@charset "UTF-8";
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: pointer;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE SCROLLBAR ***************/
.scrollbar > .scroll-element,
.scrollbar > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
}

.scrollbar > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar > .scroll-element.scroll-y {
  height: 100%;
  left: 2px;
  top: 0;
  width: 4px;
}

.scrollbar > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar > .scroll-element .scroll-element_outer,
.scrollbar > .scroll-element .scroll-element_track,
.scrollbar > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar > .scroll-element .scroll-bar {
  background-color: #00efdf;
  width: 3px;
}

.scrollbar > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/* stapel-400 - latin_cyrillic */
@font-face {
  font-family: 'Stapel';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/stapel/Stapel_Regular.woff2") format("woff2"), url("../fonts/stapel/Stapel_Regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* stapel-500 - latin_cyrillic */
@font-face {
  font-family: 'Stapel';
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/stapel/Stapel_Medium.woff2") format("woff2"), url("../fonts/stapel/Stapel_Medium.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* ProximaNova-Light - latin_cyrillic */
@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/proxima/ProximaNova-Light.woff2") format("woff2"), url("../fonts/proxima/ProximaNova-Light.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* ProximaNova-Reg - latin_cyrillic */
@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/proxima/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/proxima/ProximaNova-Regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* ProximaNova-Semi - latin_cyrillic */
@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/proxima/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/proxima/ProximaNova-Semibold.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* ProximaNova-Bold - latin_cyrillic */
@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/proxima/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/proxima/ProximaNova-Bold.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img[src=''],
img:not([src]) {
  opacity: 0;
}

/* Change Autocomplete styles in Chrome */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-transition: 'color 9999s ease-out, background-color 9999s ease-out';
  -webkit-transition-delay: 9999s;
}

/* stylelint-disable */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus, a:hover, a:active, a:visited {
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}

button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

input,
textarea {
  border-radius: 0;
}

input::-ms-clear {
  width: 0;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: "ProximaNova", sans-serif;
  color: #1e1e1e;
}

.h1,
h1 {
  font-family: "Stapel";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
}

.h2,
h2 {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 30px;
  line-height: 37, 95px;
}

.h3,
h3 {
  font-family: "Stapel";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
}

.h4,
h4 {
  font-family: "Stapel";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}

.h5,
h5 {
  font-family: "Stapel";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.fz-16 {
  font-size: 16px;
}

.fz-12 {
  font-size: 12px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "ProximaNova", sans-serif;
  font-style: normal;
}

body {
  position: relative;
  font-family: "ProximaNova", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #1e1e1e;
}

::-webkit-input-placeholder {
  color: #b1b9ca;
}

:-ms-input-placeholder {
  color: #b1b9ca;
}

::-ms-input-placeholder {
  color: #b1b9ca;
}

::placeholder {
  color: #b1b9ca;
}

:-ms-input-placeholder {
  color: #b1b9ca;
}

::-ms-input-placeholder {
  color: #b1b9ca;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}

input:disabled {
  background: #fff;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.bg-blue {
  background-color: #043598;
}

.bg-cream {
  background-color: #fff8e5;
}

.text-center {
  text-align: center;
}

.overflow-h {
  overflow: hidden !important;
}

.text-placeholder {
  color: #b1b9ca;
}

.text-orange {
  color: #feb700;
}

.b {
  font-weight: 600;
}

.h-100p {
  height: 100%;
}

.m-auto {
  margin: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mt-auto {
  margin-top: auto;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.m-0 {
  margin: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-auto {
  margin-bottom: auto;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-10 {
  margin-left: 10px;
}

.mb-5 {
  margin-bottom: 5px;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-content-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-7 {
  opacity: 0.7;
}

.section-wrapper {
  padding: 50px 0;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination span.pagination__arrow {
  background: transparent;
  opacity: 0.7;
  pointer-events: none;
}

.pagination__arrow:first-child {
  margin-left: 0px;
  margin-right: 10px;
}

.pagination__arrow:last-child {
  margin-left: 10px;
  margin-right: 0;
}

.pagination__arrow:last-child::after {
  left: 48%;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
}

.pagination__arrow::after {
  content: '';
  display: block;
  position: absolute;
  left: 52%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #b1b9ca;
  border-left: 2px solid #b1b9ca;
}

.pagination__arrow:hover::after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.pagination__item {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #f4f7fa;
  color: #717784;
  font-weight: 700;
  font-size: 12px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin-right: 4px;
  border: 1px solid #f4f7fa;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pagination__item.active {
  background-color: #043598;
  color: #fff;
}

.pagination__item:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #043598;
  color: #fff;
  border: 1px solid transparent;
}

.pagination__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 50px;
}

.small-text {
  font-family: 'ProximaNova';
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}

.big-text {
  font-family: 'ProximaNova';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}

.title {
  font-family: 'Stapel';
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
}

.primary-title {
  width: 100%;
  font-size: 30px;
  color: #1e1e1e;
  font-family: 'Stapel';
  font-weight: 500;
  line-height: 38px;
}

.primary-title__light {
  color: #ffffff;
}

.primary-title__h3 {
  font-size: 24px;
  line-height: 32px;
}

.section__title {
  margin-bottom: 40px;
}

@-webkit-keyframes move {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes move {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes hoverFlare {
  0% {
    left: -90px;
  }
  100% {
    left: 150%;
  }
}

@keyframes hoverFlare {
  0% {
    left: -90px;
  }
  100% {
    left: 150%;
  }
}

.btn {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 17px 30px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.btn:hover {
  background: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn:focus {
  outline: none;
}

.btn_hover {
  position: relative;
  overflow: hidden;
  vertical-align: top;
  z-index: 2;
}

.btn_hover:before {
  content: '';
  -webkit-transition: 3s ease-in-out;
  transition: 3s ease-in-out;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
  height: 100%;
  width: 20%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  left: -90px;
}

.btn_hover:hover:before {
  -webkit-animation: hoverFlare 1.5s infinite;
          animation: hoverFlare 1.5s infinite;
}

.btn_arrow {
  padding-right: 50px;
}

.btn_arrow:hover {
  text-decoration: none;
}

.btn_arrow:hover svg {
  fill: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn_arrow:hover .arrow-move-clip {
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-name: move;
          animation-name: move;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.21, 1);
          animation-timing-function: cubic-bezier(0.55, 0, 0.21, 1);
}

.btn_arrow .arrow-move {
  --arrow-width: 20px;
  --arrow-spacer: 8px;
  --arrow-plus-spacer: calc(var(--arrow-width) + var(--arrow-spacer));
  overflow: hidden;
  position: absolute;
  right: -0.2em;
  top: 49%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: var(--arrow-plus-spacer);
}

.btn_arrow .arrow-move svg {
  fill: #fff;
  height: 20px;
  width: var(--arrow-width);
}

.btn_arrow .arrow-move svg:last-of-type {
  margin-left: var(--arrow-spacer);
}

.btn_arrow .arrow-move-clip {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transform: translateX(calc(var(--arrow-plus-spacer) * -1));
          transform: translateX(calc(var(--arrow-plus-spacer) * -1));
  width: calc(var(--arrow-plus-spacer) + var(--arrow-width));
}

.btn_small {
  font-size: 12px;
  text-transform: inherit;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  padding: 10px;
}

.primary-btn {
  background: #feb700;
  color: #fff;
}

.primary-btn:hover {
  border: 1px solid #feb700;
  background: #feb700;
}

.orange-btn {
  background: #feb700;
  color: #fff;
}

.orange-btn:hover {
  border: 1px solid #feb700;
  background: #feb700;
}

.blue-sky-btn {
  background: #31BCFE;
  color: #fff;
}

.blue-sky-btn:hover {
  border: 1px solid #31BCFE;
  background: #31BCFE;
}

.transparent-btn {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.transparent-btn:hover {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.15);
}

.border-gray-btn {
  background: #fff;
  color: #1e1e1e;
  border: 1px solid #b1b9ca;
}

.border-gray-btn:hover {
  border: 1px solid #b1b9ca;
  background: #b1b9ca;
  color: #fff;
}

.white-btn {
  background: #f4f7fa;
  color: #1e1e1e;
}

.white-btn:hover {
  border: 1px solid #f4f7fa;
  background: #043598;
  color: #fff;
}

.blue-btn {
  background: #043598;
  color: #ffffff;
}

.blue-btn:hover {
  background: #043598;
}

.light-blue-btn {
  background: #2953A7;
  color: #ffffff;
}

.light-blue-btn:hover {
  background: #2953A7;
}

.gray2-btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f4f7fa;
}

.gray2-btn:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #e2e4ea;
}

.gray-btn {
  background: #717784;
  color: #fff;
}

.gray-btn:hover {
  background: #717784;
}

.separater-line {
  height: 0;
  border-bottom: 1px solid #fff;
}

.separater-line-ver {
  border-left: 1px solid #fff;
}

.link {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #043598;
}

.link:hover {
  color: #043598 !important;
  text-decoration: underline !important;
}

.small-btn {
  padding: 10px 30px;
}

.text-gray {
  color: #717784;
}

.text-black {
  color: #101010;
}

.page-head {
  margin-bottom: 50px;
}

.page-title {
  font-family: 'Stapel';
  font-weight: 400;
  font-size: 42px;
  line-height: 42px;
  color: #1e1e1e;
  margin-bottom: 20px;
}

.page-text {
  font-size: 16px;
  line-height: 22px;
  color: #717784;
  max-width: 540px;
}

.page__all-content {
  margin: 0 auto;
  margin-bottom: 50px;
}

.page__all-content strong {
  font-size: 16px;
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  font-weight: 700;
  margin-right: 5px;
}

.page__all-content p {
  font-size: 16px;
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.page__all-content img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
}

.page__all-content a {
  display: inline-block;
  font-family: 'Stapel';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #043598;
}

.page__all-content h3 {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 30px;
}

.page__all-content h4 {
  font-family: 'Stapel';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.page__all-content ol li {
  margin-bottom: 15px;
}

.page__all-content ol li:last-child {
  margin-bottom: 0;
}

.page__all-content ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}

.page__all-content ul li:last-child {
  margin-bottom: 0;
}

.page__all-content ul li:before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #feb700;
  left: 20px;
  top: 7px;
}

.download-app-block {
  display: flex;
  border: 1px solid #E2E4EA;
  border-radius: 3px;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  height: 238px;
  overflow: hidden;
  margin-bottom: 50px;
}

.app-container {
  width: 47%;
}

.download-app-block .desktop-fon {
  position: absolute;
  height: 238px;
  width: auto;
  border-radius: 3px 0 0 3px;
  left: 0;
  top: 0;
}

.download-app-block h3 {
  width: 400px;
}

.download-app-block p {
  font-size: 16px;
  color: #717784;
  width: 340px;
  margin: 12px 0 18px 0;
}

.app-button {
  display: flex;
}

.app-button a {
  background: #0C0D10;
  mix-blend-mode: normal;
  border-radius: 7px;
  padding: 8px;
  margin-right: 8px;
}

.app-button img {
  display: block;
  height: 28px;
  width: auto;
  margin: auto;
}

.download-app-block .mobile-fon {
  display: none;
}

.download-app-block.price-page {
  padding: 30px;
}

.download-app-block.price-page .app-container {
  width: 68%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* /CUSTOM STYLE */

/* MEDIA STYLE */

@media (max-width: 767px) {
  .page__all-content ul li:before {
    left: 0;
  }
}

@media (max-width: 767px) {
  .page__all-content ul li {
    margin-bottom: 15px;
    padding-left: 20px;
  }
}

.breadcrumbs {
  z-index: 900;
  display: block;
  margin-bottom: 30px;
}

.breadcrumbs__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  color: #717784;
}

.breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
  font-size: 14px;
}

.breadcrumbs__item:not(:last-child):after {
  display: block;
  content: '/';
  color: #717784;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.breadcrumbs__link {
  color: #717784;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.breadcrumbs__link:hover {
  color: #043598;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.breadcrumbs__link--disabled {
  color: #043598;
  text-decoration: none !important;
}

.breadcrumbs__link--disabled:hover {
  color: #043598;
}

.main-form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.main-form__label_phone {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
  width: 100%;
  max-width: 200px;
}

.main-form__label_phone::before {
  content: '';
  display: block;
  height: 15px;
  width: 15px;
  background-image: url(../img/icons/icon-phone.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 16px;
  left: 15px;
  z-index: 9;
}

.main-form__label {
  position: relative;
}

.main-form__label._error input {
  border: 1px solid #d10000;
}

.main-form__label._error .main-form__label-error {
  display: block;
}

.main-form__label input:focus {
  outline: none;
  border: 1px solid #043598;
}

.main-form__label-error {
  display: none;
  position: absolute;
  left: 1px;
  bottom: 98%;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #d10000;
}

.main-form__phone {
  outline: none;
  font-family: 'ProximaNova';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  position: relative;
  width: 100%;
  max-width: 200px;
  border: none;
  line-height: 50px;
  height: 50px;
  padding-left: 40px;
  background: #ffffff;
  border-radius: 3px;
}

.main-form__phone:focus, .main-form__phone:hover {
  outline: none;
}

.main-form__text {
  color: #fff;
}

.main-form__text a {
  color: #b1b9ca;
}

.main-form__text a:hover {
  text-decoration: underline;
}

.main-form__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-form__checkbox {
  display: none;
}

.main-form__checkbox:checked + .main-form__checkbox-box::before {
  opacity: 1;
}

.main-form__checkbox-box {
  position: relative;
  display: inline-block;
  max-width: 20px;
  max-height: 20px;
  min-width: 20px;
  min-height: 20px;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-right: 10px;
  cursor: pointer;
}

.main-form__checkbox-box::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../img/icons/icon-checked.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.main-form__light .main-form__phone {
  border: 1px solid #e2e4ea;
  border-radius: 3px;
}

.main-form__light .main-form__label_phone::before {
  top: 23px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-form__light .main-form__btn {
  width: 100%;
}

.main-form__light .main-form__submit {
  width: 100%;
  padding: 17px 10px;
}

.main-form__light .main-form__checkbox:checked + .main-form__checkbox-box {
  background-color: #043598;
}

.main-form__light .main-form__checkbox-box {
  border: 1px solid #043598;
}

.main-form__light .main-form__text {
  color: #1e1e1e;
}

.main-form__light .main-form__text a {
  color: #717784;
}

.main .main-form__label-error,
.entry-cabinet__entry .main-form__label-error {
  color: #ff4949;
}

.star-rating {
  margin-bottom: 40px;
  height: 26px;
}

.star-rating > fieldset {
  border: none;
  display: inline-block;
}

.star-rating > fieldset:not(:checked) > input {
  position: absolute;
  display: none;
}

.star-rating > fieldset:not(:checked) > label {
  float: right;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
  margin-right: 10px;
}

.star-rating > fieldset:not(:checked) > label:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/icons/rating-off.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.star-rating > fieldset:not(:checked) > label:hover:before,
.star-rating > fieldset:not(:checked) > label:hover ~ label:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/icons/rating-on.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.star-rating > fieldset > input:checked ~ label:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/icons/rating-on.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.star-rating > fieldset > label:active {
  position: relative;
  opacity: 0.8;
}

.stars-rating__number {
  margin-right: 10px;
}

.stars-rating__wrapper {
  padding: 0;
  margin: 0;
}

.stars-rating__item {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.stars-rating_on {
  background-image: url("../img/icons/rating-on.svg");
}

.stars-rating_off {
  background-image: url("../img/icons/rating-off.svg");
}

.slick-dots {
  display: block;
  width: 100%;
  font-size: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  outline: none;
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #feb700;
  cursor: pointer;
  color: transparent;
  border-radius: 50%;
  background: none;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slick-dots .slick-active button {
  border: 3px solid #feb700;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider-btn {
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #e2e4ea;
  border-left: 2px solid #e2e4ea;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}

.slider-btn:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 2px solid #043598;
  border-left: 2px solid #043598;
  outline: none;
}

.slider-btn.slick-disabled {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}

.slider-btn.slick-disabled:hover {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}

.slider-btn__prev {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  left: 30px;
}

.slider-btn__next {
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
  right: 30px;
}

.select {
  position: relative;
}

.select__label {
  display: block;
  font-size: 14px;
  line-height: 22px;
}

.select__current {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #043598;
  cursor: pointer;
}

.select__current::after {
  content: '';
  display: inline-block;
  position: relative;
  top: 3px;
  width: 20px;
  height: 12px;
  margin-left: 5px;
  background: url("../img/icons/arrow-green.svg") center center no-repeat;
  background-size: 70%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select__arrow {
  position: relative;
}

.select__arrow::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 3px;
  width: 20px;
  height: 12px;
  right: 10px;
  background: url("../img/icons/select-arrow.svg") center center no-repeat;
  background-size: 70%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select__body {
  position: absolute;
  display: inline-block;
  width: 100%;
  min-width: 210px;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  background: #fff;
  padding: 10px 10px 10px 10px;
  margin-top: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}

.select__item-search {
  padding: 5px 0;
  margin-right: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select__item-search:first-child {
  padding-top: 0;
}

.select__item-search:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #043598;
}

.select__item {
  opacity: 0.7;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select__item:last-child {
  margin-bottom: 0;
}

.select__item:hover {
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select.is-active .select__body {
  top: 100%;
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
}

.select.is-active .select__current::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select.is-active .select__arrow::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select-dropdown {
  display: block;
  width: 100%;
}

.select-dropdown .select__label {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  margin-bottom: 5px;
}

.select-dropdown .select__current {
  border: none;
  font-size: 14px;
  line-height: 18px;
  color: #1e1e1e;
  border-radius: 3px;
  padding: 0px 35px 0 20px;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select-dropdown .select__current::after {
  position: absolute;
  height: 20px;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.select-dropdown .select__current:hover {
  color: #1e1e1e;
  border: 1px solid #feb700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select-dropdown.is-active .select__current {
  color: #1e1e1e;
  border: 1px solid #043598;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select-dropdown.is-active .select__current::after {
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.custom-input {
  border-radius: 3px;
  height: 46px;
  color: #1e1e1e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  padding: 0 12px;
  width: 100%;
  border: none;
}

.custom-input::-webkit-input-placeholder {
  font-size: 14px;
  color: #1e1e1e;
  opacity: 1;
}

.custom-input:-ms-input-placeholder {
  font-size: 14px;
  color: #1e1e1e;
  opacity: 1;
}

.custom-input::-ms-input-placeholder {
  font-size: 14px;
  color: #1e1e1e;
  opacity: 1;
}

.custom-input::placeholder {
  font-size: 14px;
  color: #1e1e1e;
  opacity: 1;
}

.custom-input::-moz-placeholder, .custom-input::-webkit-input-placeholder {
  font-size: 14px;
  color: #1e1e1e;
  opacity: 1;
}

.custom-input:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.custom-input:focus {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  color: #1e1e1e;
}

.custom-input:focus::-webkit-input-placeholder {
  font-size: 0px;
}

.custom-input:focus:-ms-input-placeholder {
  font-size: 0px;
}

.custom-input:focus::-ms-input-placeholder {
  font-size: 0px;
}

.custom-input:focus::placeholder {
  font-size: 0px;
}

.custom-input__wrapp {
  display: block;
}

.custom-input__label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  margin-bottom: 5px;
}

.scrollbar {
  max-height: 300px !important;
  height: auto;
  overflow: hidden;
  overflow-y: auto;
}

.scrollbar > .scroll-element.scroll-y {
  left: inherit;
  right: 0;
  z-index: 100;
}

.scrollbar > .scroll-element .scroll-element_track {
  background: #fff;
}

.scrollbar > .scroll-element .scroll-bar {
  background-color: #043598;
}

.scrollbar-inner {
  max-height: 150px !important;
}

.scrollbar-inner > .scroll-element.scroll-y {
  left: auto;
  right: 0;
  width: 3px;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e2e4ea;
  width: 1px;
  margin-left: 1px;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #b1b9ca;
  width: 3px;
}

.price__range {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}

.price__range span {
  font-family: 'Stapel';
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #feb700;
  margin-left: 5px;
  margin-right: 40px;
}

.price__range span:last-child {
  margin-right: 0;
}

.schedule {
  padding: 20px;
  border-radius: 3px;
  background: #f4f7fa;
  text-align: left;
}

.schedule-head {
  font-family: 'Stapel';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #1e1e1e;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e4ea;
  margin-bottom: 15px;
}

.schedule-row {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}

.schedule-icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 14px;
}

.schedule-street {
  font-size: 14px;
  line-height: 18px;
  color: #1e1e1e;
}

.schedule-day {
  font-size: 14px;
  line-height: 18px;
  color: #717784;
}

.schedule-day span {
  font-weight: 700;
  color: #1e1e1e;
  margin-right: 5px;
}

.schedule-tell {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #717784;
}

/******* Preloader ********/
#dr-preloader {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  background-color: #fff;
}

#dr-preloader .dr-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 4em;
  height: 4em;
}

#dr-preloader .dr-preloader-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #043598;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-double-bounce 2s infinite ease-in-out;
          animation: sk-double-bounce 2s infinite ease-in-out;
}

#dr-preloader .dr-preloader-double-bounce-2 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes sk-double-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-double-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.mfp-wrap {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
}

html.mfp-helper {
  height: 100%;
}

html.mfp-helper body {
  overflow: hidden;
  height: 100%;
  -webkit-transform: translateZ(0);
}

.white-popup {
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  width: 100%;
  margin: 0px auto;
}

.mfp-container {
  padding: 0;
}

.mfp-close {
  width: 15px;
  height: 15px;
  opacity: 1;
  border-radius: 50%;
  line-height: 17px;
}

.mfp-close-btn-in .mfp-close {
  font-family: "ProximaNova", sans-serif;
  font-weight: 500;
  color: #717784;
  font-size: 30px;
  right: 20px;
  top: 20px;
}

.mfp-gallery .mfp-close {
  right: 0;
}

.mfp-fade.mfp-bg {
  height: 200% !important;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.custom-popup {
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  width: 100%;
  max-width: 430px;
  margin: 0px auto;
}

.popup-primary__title {
  font-family: 'Stapel';
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  color: #1e1e1e;
  margin-bottom: 5px;
}

.popup-secondery__title {
  font-family: 'Stapel';
  font-weight: 500;
  font-size: 24px;
  color: #1e1e1e;
  line-height: 32px;
  margin-bottom: 5px;
}

.popup-body {
  padding: 50px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.popup-desc {
  font-size: 14px;
  line-height: 18px;
  color: #717784;
  margin-bottom: 30px;
  width: 100%;
  max-width: 308px;
}

.popup-form .main-form__text {
  text-align: left;
}

.popup-form .main-form__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup-form .main-form__label_phone {
  max-width: 100%;
}

.popup-form .main-form__phone {
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}

.popup-img__thank {
  width: 105px;
  height: 105px;
  margin-bottom: 30px;
}

.popup-img__thank-specialist {
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
}

.popup-img__thank-curyer {
  width: 170px;
}

.popup-thank-specialist-name {
  font-family: 'Stapel';
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 5px;
}

.popup-vacancy__price {
  font-family: 'Stapel';
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #043598;
  margin-bottom: 20px;
}

.popup-cities {
  max-width: 630px;
}

.popup-cities__body {
  background: #ffffff;
  border-radius: 3px;
  padding: 50px;
}

.selectCity__title {
  margin-bottom: 20px;
}

.selectCity__input {
  position: relative;
  margin-bottom: 30px;
}

.selectCity__input input {
  background: #ffffff;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 17px 30px 17px 12px;
  font-size: 16px;
  width: 100%;
  color: #717784;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #e2e4ea;
  border-radius: 3px;
}

.selectCity__input input::-webkit-input-placeholder {
  font-size: 14px;
  color: #b1b9ca;
  opacity: 1;
}

.selectCity__input input:-ms-input-placeholder {
  font-size: 14px;
  color: #b1b9ca;
  opacity: 1;
}

.selectCity__input input::-ms-input-placeholder {
  font-size: 14px;
  color: #b1b9ca;
  opacity: 1;
}

.selectCity__input input::placeholder {
  font-size: 14px;
  color: #b1b9ca;
  opacity: 1;
}

.selectCity__input input::-webkit-input-placeholder {
  font-size: 14px;
  color: #b1b9ca;
}

.selectCity__input input:-ms-input-placeholder {
  font-size: 14px;
  color: #b1b9ca;
}

.selectCity__input input::-ms-input-placeholder {
  font-size: 14px;
  color: #b1b9ca;
}

.selectCity__input input::placeholder {
  font-size: 14px;
  color: #b1b9ca;
}

.selectCity__input input:focus {
  outline: none;
}

.selectCity__input input:focus::-webkit-input-placeholder {
  font-size: 0;
}

.selectCity__input input:focus:-ms-input-placeholder {
  font-size: 0;
}

.selectCity__input input:focus::-ms-input-placeholder {
  font-size: 0;
}

.selectCity__input input:focus::placeholder {
  font-size: 0;
}

.selectCity__input::after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("../img/icons/loop-icon.svg");
}

.selectCity__list {
  text-align: left;
  max-height: 300px;
}

.selectCity__item {
  width: 33.33%;
  display: block;
  color: #717784;
  margin-bottom: 0;
  line-height: 20px;
  margin-bottom: 15px;
  cursor: pointer;
}

.selectCity__item:hover {
  text-decoration: none;
  font-weight: 600;
}

.selectCity__current {
  font-weight: 600;
}

.selectRegion__item {
  margin-bottom: 15px;
}

.selectRegion__item-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.selectRegion__item-title {
  font-family: 'Stapel';
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #1e1e1e;
  margin-bottom: 20px;
}

.selectRegion__item:last-child {
  margin-bottom: -15px;
}

.scrollbar > .scroll-element.scroll-y {
  left: auto;
  right: 0;
  width: 3px;
}

.scrollbar > .scroll-element .scroll-element_track {
  background-color: #e2e4ea;
  width: 1px;
  margin-left: 1px;
}

.scrollbar > .scroll-element .scroll-bar {
  background-color: #b1b9ca;
  width: 3px;
}

.popup-form-calculator .calculator-form {
  display: block;
}

.save-info__popup {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 1000;
  -webkit-box-shadow: 0px 20px 40px rgba(4, 53, 152, 0.3);
          box-shadow: 0px 20px 40px rgba(4, 53, 152, 0.3);
  border-radius: 3px;
  background: #043598;
}

.save-info__popup-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px;
}

.save-info__popup-closes {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}

.save-info__popup-closes img {
  height: 10px;
  opacity: 0.5;
}

.save-info__popup-closes:hover img {
  opacity: 1;
}

.save-info__popup-icon {
  height: 10px;
  margin-right: 15px;
}

.save-info__popup-text {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.h-fixed {
  position: fixed !important;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 1;
  background: #fff;
  -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
}

.header-top__indent {
  padding-top: 190px !important;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  max-height: 130px;
  z-index: 1000;
}

.header.active {
  z-index: 15;
  top: -100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-body {
  position: relative;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.header-top__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-top__location {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-top__location.active .location-popup {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-top__location.active .location-popup__btn {
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 18px;
  outline: none;
  font-size: 12px;
  border-radius: 3px;
  cursor: pointer;
}

.header-top__location.active .location-popup__btn:hover {
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-top__location-link {
  display: block;
  position: relative;
  padding: 10px 15px 10px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-top__location-link::after {
  background: url("../img/icons/location-icon.svg") center center no-repeat;
}

.header-top__location-link::after, .header-top__location-link::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-top__location-link::before {
  display: none;
  background: url("../img/icons/location-icon-dark.svg") center center no-repeat;
}

.header-top__location-link:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #feb700;
}

.header-top__menu {
  margin: 0 15px;
}

.header-top__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-top__menu-item {
  margin-right: 24px;
}

.header-top__menu-item:last-child {
  margin-right: 0;
}

.header-top__menu-link {
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #c1c7cb;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-top__menu-link:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #feb700;
}

.header-top__menu-link.active {
  color: #feb700;
}

.header-top__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-top__address, .header-top__contact {
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header-top__contact {
  margin-right: 0;
}

.header-top__address-text {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 2px;
  color: #ffffff;
}

.header-top__address-link {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #feb700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-top__address-link:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
}

.header-top__contact-tell p {
  font-family: 'Stapel';
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 3px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-top__contact-tell p:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #feb700;
}

.header-top__contact-tell::after, .header-top__contact-tell::before {
  content: '';
  display: block;
  width: 25px;
  height: 30px;
  background: url("../img/icons/tell-icon.svg") center center no-repeat;
  display: none;
}

.header-top__contact-tell::before {
  background: url("../img/icons/tell-icon-dark.svg") center center no-repeat;
  display: none;
}

.header-top__contact-text {
  font-size: 12px;
  line-height: 16px;
  color: #c1c7cb;
}

.header-top__cabinet {
  position: relative;
}

.header__cabinet-entry {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  padding: 11px 13px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__cabinet-entry:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #feb700;
  border: 1px solid #feb700;
}

.header-authorized {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  margin-left: -10px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-authorized::after {
  content: '';
  display: block;
  position: absolute;
  right: 2px;
  top: 46%;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-authorized:hover .header-authorized__login {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #feb700;
}

.header-authorized:hover::after {
  border-bottom: 2px solid #feb700;
  border-left: 2px solid #feb700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-authorized:hover .header-authorized__popup {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-authorized__login {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-authorized__logo {
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 50%;
  margin-left: 12px;
}

.header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-mob__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.header-bottom__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-bottom__menu {
  padding: 24px 0;
}

.header-bottom__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-bottom__menu-item {
  margin-right: 40px;
}

.header-bottom__menu-item:last-child {
  margin-right: 0;
}

.header-bottom__menu-link {
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #c1c7cb;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-bottom__menu-link:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #feb700;
}

.header-bottom__menu-link.active {
  color: #feb700;
}

.header-mob__body {
  position: fixed;
  opacity: 1;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 30px 20px;
  width: 100%;
  overflow: auto;
  background: #043598;
  z-index: -1;
  -webkit-transform: translateX(-1000%);
          transform: translateX(-1000%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-mob__body.active {
  z-index: 1000;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-mob__body .quotes {
  background: #fff;
  margin: 20px -20px -30px -20px;
}

.header-mob__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.header-mob__body-close {
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/icons/close-icon.svg") center center no-repeat;
}

.header-mob__location-link, .header-mob__location-street {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 2px;
  color: #e2e4ea;
}

.header-mob__location-link::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 15px;
  background: url("../img/icons/location-icon.svg") center center no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-mob__cabinet {
  padding: 20px 0;
  border-top: 1px solid #1d49a2;
  border-bottom: 1px solid #1d49a2;
  margin-bottom: 20px;
}

.header-mob__cabinet .header__cabinet-entry {
  color: #ffffff !important;
  background: transparent !important;
  border: 1px solid #4f71b7;
}

.header-mob__cabinet .header__cabinet-entry:hover {
  color: #feb700;
  border: 1px solid #feb700;
}

.header-mob__authorized .authorized-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.header-mob__authorized .authorized-logo__img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: block;
  margin-right: 12px;
}

.header-mob__authorized .authorized-login {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}

.header-mob__authorized .authorized-menu {
  width: 100%;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header-mob__authorized .authorized-menu__item {
  margin-bottom: 20px;
  width: 50%;
}

.header-mob__authorized .authorized-menu__link {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  text-transform: uppercase;
}

.header-mob__authorized .authorized-btn {
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 11px 15px;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  border-radius: 3px;
  background: #1d49a2;
}

.header-mob__menu-item:first-child a {
  padding-top: 0;
}

.header-mob__menu-item:last-child a {
  padding-bottom: 0;
}

.header-mob__menu-link {
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  padding: 12px 0;
}

.header-mob__menu-link:hover {
  color: #feb700;
}

.header-authorized__popup {
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.logo-dark {
  display: none;
}

.header.header-light .header-burger span,
.header.h-fixed .header-burger span {
  background: #1e1e1e;
}

.header.header-light .header-top,
.header.h-fixed .header-top {
  border-bottom: 1px solid #e2e4ea;
}

.header.header-light .header-top__location-link,
.header.h-fixed .header-top__location-link {
  border-right: 1px solid #e2e4ea;
}

.header.header-light .header-authorized,
.header.h-fixed .header-authorized {
  border-left: 1px solid #e2e4ea;
}

.header.header-light .header-bottom__logo .logo-dark,
.header.header-light .header-mob__logo .logo-dark,
.header.h-fixed .header-bottom__logo .logo-dark,
.header.h-fixed .header-mob__logo .logo-dark {
  display: block;
}

.header.header-light .header-bottom__logo .logo-light,
.header.header-light .header-mob__logo .logo-light,
.header.h-fixed .header-bottom__logo .logo-light,
.header.h-fixed .header-mob__logo .logo-light {
  display: none;
}

.header.header-light .header-top__location-link::after,
.header.h-fixed .header-top__location-link::after {
  display: none;
}

.header.header-light .header-top__location-link::before,
.header.h-fixed .header-top__location-link::before {
  display: block;
}

.header.header-light .header-bottom__menu-link,
.header.header-light .header-top__menu-link,
.header.header-light .header-top__location-link,
.header.h-fixed .header-bottom__menu-link,
.header.h-fixed .header-top__menu-link,
.header.h-fixed .header-top__location-link {
  color: #717784;
}

.header.header-light .header-bottom__menu-link:hover,
.header.header-light .header-top__menu-link:hover,
.header.header-light .header-top__location-link:hover,
.header.h-fixed .header-bottom__menu-link:hover,
.header.h-fixed .header-top__menu-link:hover,
.header.h-fixed .header-top__location-link:hover {
  color: #feb700;
}

.header.header-light .header-bottom__menu-link.active,
.header.header-light .header-top__menu-link.active,
.header.header-light .header-top__location-link.active,
.header.h-fixed .header-bottom__menu-link.active,
.header.h-fixed .header-top__menu-link.active,
.header.h-fixed .header-top__location-link.active {
  color: #feb700;
}

.header.header-light .header-top__contact-tell p:hover,
.header.h-fixed .header-top__contact-tell p:hover {
  color: #feb700;
}

.header.header-light .header-top__address-text,
.header.header-light .header-authorized__login,
.header.header-light .header-top__contact-tell p,
.header.h-fixed .header-top__address-text,
.header.h-fixed .header-authorized__login,
.header.h-fixed .header-top__contact-tell p {
  color: #1e1e1e;
}

.header.header-light .header-top__contact-text,
.header.h-fixed .header-top__contact-text {
  color: #b1b9ca;
}

.header.header-light .header__cabinet-entry,
.header.h-fixed .header__cabinet-entry {
  background: transparent;
  color: #1e1e1e;
  border: 1px solid #e2e4ea;
}

.header.header-light .header__cabinet-entry:hover,
.header.h-fixed .header__cabinet-entry:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #feb700;
  border: 1px solid #feb700;
}

.header.header-light .header-top__address-link:hover,
.header.h-fixed .header-top__address-link:hover {
  color: #feb700;
}

.header.header-light .header-authorized::after,
.header.h-fixed .header-authorized::after {
  border-bottom: 2px solid #1e1e1e;
  border-left: 2px solid #1e1e1e;
}

.header.header-light .header-authorized:hover .header-authorized__login,
.header.h-fixed .header-authorized:hover .header-authorized__login {
  color: #feb700;
}

.header.header-light .header-authorized:hover::after,
.header.h-fixed .header-authorized:hover::after {
  border-bottom: 2px solid #feb700;
  border-left: 2px solid #feb700;
}

.header-burger {
  width: 16px;
  height: 13px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  z-index: 1000;
}

.header-burger span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  right: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.header-burger span:nth-child(1) {
  top: 0;
}

.header-burger span:nth-child(2) {
  top: 6px;
}

.header-burger span:nth-child(3) {
  bottom: 0;
}

.header-burger__wrapper {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-burger__wrapper.active .header-burger {
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.header-burger__wrapper.active span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.header-burger__wrapper.active span:nth-child(2) {
  opacity: 0;
  right: 60px;
}

.header-burger__wrapper.active span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.location-popup {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 15px;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.location-popup__body {
  position: relative;
  -webkit-box-shadow: 0px 20px 40px rgba(30, 30, 30, 0.1);
          box-shadow: 0px 20px 40px rgba(30, 30, 30, 0.1);
  border-radius: 3px;
  background: #ffffff;
  padding: 20px;
}

.location-popup__body::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 30px;
  border: 10px solid transparent;
  border-top: 10px solid #ffffff;
  border-radius: 3px;
  -webkit-transform: translateY(-90%) rotate(180deg);
          transform: translateY(-90%) rotate(180deg);
}

.location-popup__title {
  font-family: 'Stapel';
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #1e1e1e;
  margin-bottom: 20px;
}

.location-popup__btn {
  margin-right: 10px;
}

.location-popup__search-city {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #043598;
  padding: 11px 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.location-popup__search-city:hover {
  color: #feb700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popup-authorized {
  padding: 20px;
  width: 190px;
  background: #ffffff;
  -webkit-box-shadow: 0px 20px 40px rgba(30, 30, 30, 0.1);
          box-shadow: 0px 20px 40px rgba(30, 30, 30, 0.1);
  border-radius: 3px;
}

.popup-authorized__status-wrapp {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e4ea;
  margin-bottom: 15px;
}

.popup-authorized__status-logo {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  margin-right: 12px;
}

.popup-authorized__status {
  font-family: 'Stapel';
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #1e1e1e;
}

.popup-authorized__status-text {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #b1b9ca;
}

.popup-authorized__menu {
  margin-bottom: 15px;
}

.popup-authorized__menu-item {
  margin-bottom: 8px;
}

.popup-authorized__menu-link {
  display: block;
  line-height: 18px;
  color: #717784;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popup-authorized__menu-link:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #043598;
}

.popup-authorized__btn {
  width: 100%;
  display: block;
  text-align: center;
  padding: 11px 10px;
}

.main {
  padding-top: 260px;
  position: relative;
  min-height: 670px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.main-title {
  color: #fff;
  margin-bottom: 30px;
}

.main-title .text-orange {
  font-family: "stapel";
  font-weight: 500;
}

.main_delete-catalysts {
  background-image: url(../img/delete-cat-page-bg.jpg);
}

.main_delete-catalysts .main-title {
  max-width: 375px;
}

.main_price-wholesale {
  padding-top: 170px;
  background-image: url(../img/price-wholesale-bg.jpg);
}

.main_price-wholesale .main-title {
  margin-top: 40px;
  max-width: 380px;
}

.main_franchise {
  padding-top: 170px;
  background-image: url("../img/franchise-page-bg.jpg");
}

.main_franchise .main-title {
  margin-top: 40px;
  max-width: 500px;
}

.main_about-page {
  background-image: url(../img/about-page-bg.jpg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 540px;
  margin-bottom: 50px;
}

.main_about-page .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main_about-page .main-title {
  position: relative;
  z-index: 10;
  margin-top: 0px;
  margin-bottom: 100px;
  max-width: 375px;
}

.curs-metal {
  background: #ffffff;
  -webkit-box-shadow: 0px 20px 40px rgba(30, 30, 30, 0.1);
          box-shadow: 0px 20px 40px rgba(30, 30, 30, 0.1);
  border-radius: 3px;
  padding: 30px;
}

.curs-metal-list {
  margin-bottom: 30px;
}

.curs-metal-list__item {
  padding: 10px 0;
  border-bottom: 1px solid #e2e4ea;
}

.curs-metal-list__item .h4 {
  color: #717784;
}

.curs-metal__title {
  font-family: "stapel";
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.curs-metal__title b,
.curs-metal__title span {
  font-family: "stapel";
  font-weight: 500;
}

.curs-metal__title h3 {
  max-width: 210px;
}

.curs-metal__icon {
  margin-top: 10px;
}

.curs-metal__valuta {
  font-family: "ProximaNova";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.curs-metal__valuta_down {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #d10000;
}

.curs-metal__valuta_up {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 6px solid #00ae26;
}

.curs-metal__price {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #717784;
}

.prices-ofmetal {
  padding-top: 100px;
}

.prices-ofmetal__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.prices-ofmetal__title {
  max-width: 300px;
}

.prices-ofmetal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 30px);
  margin: 0 -15px;
}

.prices-ofmetal__btn {
  text-transform: uppercase;
}

.prices-ofmetal__item {
  width: calc(33.3333% - 30px);
  margin: 0 15px;
  background: #f4f7fa;
  border-radius: 3px;
  padding: 30px 30px 16px 30px;
}

.item-ofmetal__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}

.item-ofmetal__title {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #043598;
}

.item-ofmetal__name {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #043598;
}

.item-ofmetal__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 0;
  border-top: 1px solid #e2e4ea;
}

.item-ofmetal__quantity, .item-ofmetal__percent {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.item-ofmetal__quantity {
  margin-right: 10px;
  color: #1e1e1e;
  white-space: nowrap;
}

.item-ofmetal__percent {
  color: #717784;
}

.item-ofmetal__addservice {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #717784;
}

.calculator-body {
  position: relative;
  background: #043598;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px;
}

.calculator-body:after {
  content: "";
  position: absolute;
  left: 50px;
  top: 50px;
  width: 80px;
  height: 80px;
  z-index: 10;
  background: url("../img/icons/calculator-icon.svg") center center no-repeat;
}

.calculator-settings {
  width: 100%;
  max-width: 430px;
  margin-right: 110px;
}

.calculator-title {
  margin-bottom: 30px;
}

.calculator-result__weight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.calculator-result__weight .calculator-input {
  width: 140px;
}

.calculator-result__title {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  margin-right: 10px;
}

.calculator-result__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calculator-result__label {
  color: #ffffff;
  font-size: 14px;
  margin-left: 10px;
  min-width: 35px;
  text-align: left;
}

.calculator-calculate-btn {
  display: none;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.calculator-calculate-btn:hover {
  background: transparent;
  color: #feb700;
  border: 1px solid #feb700;
}

.calculator-form {
  background: #ffffff;
  border-radius: 3px;
  padding: 30px;
  width: 100%;
  max-width: 470px;
}

.calculator-form__price {
  font-family: "Stapel";
  font-weight: 400;
  font-size: 48px;
  line-height: 71px;
  color: #feb700;
  margin-bottom: 10px;
}

.calculator-form__warning {
  position: relative;
  color: #717784;
  max-width: 330px;
  padding-left: 50px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.calculator-form__warning::after {
  content: "!";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  font-weight: 600;
  font-size: 20px;
  border-radius: 50%;
  color: #043598;
  line-height: 40px;
  text-align: center;
  background: #e8edf5;
  left: 0;
  top: 0;
}

.calculator-form__tell-label {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  margin-top: 25px;
  color: #717784;
}

.calculator-form__tell {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #043598;
}

.calculator-form__tell:hover {
  text-decoration: underline;
}

.calculator-input {
  background: #ffffff;
  font-size: 14px;
  line-height: 18px;
  padding: 16px 12px;
  border-radius: 3px;
  width: 70px;
  border: none;
  outline: none;
}

.calculator-input:focus::-webkit-input-placeholder {
  font-size: 0;
  outline: none;
}

.calculator-input:focus:-ms-input-placeholder {
  font-size: 0;
  outline: none;
}

.calculator-input:focus::-ms-input-placeholder {
  font-size: 0;
  outline: none;
}

.calculator-input:focus::placeholder {
  font-size: 0;
  outline: none;
}

.options-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.options-item:last-child {
  margin-bottom: 0;
}

.options-item__label {
  font-family: "Stapel";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  margin-bottom: 10px;
}

.options-item__percent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  min-width: 35px;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  margin-right: 15px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
}

.options-item__material {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin-right: 10px;
  color: #ffffff;
}

.options-item__icon {
  width: 16px;
  height: 16px;
}

.options-item__range {
  width: 100%;
  max-width: 240px;
  margin-right: 20px;
  cursor: pointer;
}

.options-item__tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-right: 20px;
}

.options-item__tooltip-body {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 20px 40px rgba(30, 30, 30, 0.3);
          box-shadow: 0px 20px 40px rgba(30, 30, 30, 0.3);
}

.options-item__tooltip-content {
  position: relative;
  width: 240px;
  max-width: 240px;
  border-radius: 3px;
  padding: 10px;
  background-color: #fff;
}

.options-item__tooltip-content span {
  font-size: 12px;
  line-height: 18px;
  color: #717784;
}

.options-item__tooltip-content .tooltip-close {
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  padding: 10px;
  width: 8px;
  height: 8px;
  background: url("../img/icons/icon-close-dark.svg") center center no-repeat;
  background-size: 8px 8px;
}

.options-item__tooltip-content::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 98%;
  border: 10px solid transparent;
  border-top: 10px solid #ffffff;
  border-radius: 3px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.options-item__tooltip.active .options-item__tooltip-body {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.catalysts {
  background-color: #f4f7fa;
  padding: 80px 0;
}

.catalysts .title {
  margin-bottom: 40px;
}

.catalysts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.catalysts__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 20px;
}

.catalysts__item:nth-child(4n + 1) .catalysts__img {
  background-color: #f5f1e1;
}

.catalysts__item:nth-child(4n + 2) .catalysts__img {
  background-color: #e1f1fa;
}

.catalysts__item:nth-child(4n + 3) .catalysts__img {
  background-color: #e7eaee;
}

.catalysts__item:nth-child(4n + 4) .catalysts__img {
  background-color: #dce4f0;
}

.catalysts__item:hover .catalysts__link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: underline;
}

.catalysts__img {
  height: 180px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalysts__title {
  margin-bottom: 15px;
}

.catalysts__text {
  margin-bottom: 25px;
  color: #717784;
}

.catalysts__range-price {
  font-size: 14px;
  line-height: 18px;
  color: #717784;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalysts__range-price span {
  font-family: "Stapel";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #feb700;
  margin-left: 5px;
}

.catalysts__range-price-block {
  white-space: nowrap;
  margin-right: 20px;
}

.catalysts__range-price-block:last-child {
  margin-right: 0;
}

.brands {
  padding-top: 100px;
}

.brands .title {
  max-width: 400px;
}

.brands__search {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brands__search span {
  max-width: 80px;
  margin-right: 30px;
}

.brands__search label {
  position: relative;
}

.brands__search label::after {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  background-image: url(../img/icons/icon-search.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 10;
}

.brands__search input {
  background: #ffffff;
  border: 1px solid #e2e4ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 18px;
  width: 270px;
  letter-spacing: 0em;
  outline: none;
}

.brands__search input:focus {
  border: 1px solid #043598;
}

.brands__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.brands__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.brands__item {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  max-width: 10%;
  width: 117px;
  height: 117px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #f4f7fa;
  background-color: #fff;
  cursor: pointer;
}

.brands__item:hover {
  background-color: #f4f7fa;
}

.brands__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  height: 50px;
}

.brands__img img {
  display: block;
  max-width: 50px;
  height: auto;
  max-height: 100%;
}

.brands__title {
  font-family: "ProximaNova";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.brands__price {
  font-family: "ProximaNova", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  color: #717784;
}

.brands__btn {
  display: none;
  margin-top: 20px;
}

.brands__btn.btn {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0.04em;
  text-align: center;
  width: 100%;
  max-width: 100%;
  color: #717784;
  border: 1px solid #e2e4ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
}

.delete-catalysts {
  padding-top: 100px;
}

.delete-catalysts__wrapper {
  background-color: #043598;
  background-image: url(../img/delete-catalysts-bg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  border-radius: 3px;
  padding: 50px;
  color: #fff;
  min-height: 600px;
}

.delete-catalysts__wrapper .title {
  color: #fff;
  margin-bottom: 40px;
}

.delete-catalysts__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}

.pass-material .row {
  margin-bottom: -30px;
}

.pass-material__item {
  padding: 30px;
  position: relative;
  border-radius: 3px;
  min-height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pass-material__item_assessment {
  background-color: #e6ebf5;
}

.pass-material__item_offices {
  background-color: #043598;
}

.pass-material__item_offices .h4 {
  color: #fff;
}

.pass-material__item_offices p {
  color: #fff;
}

.pass-material__item_courier {
  background-color: #fff8e5;
}

.pass-material__title {
  margin-bottom: 10px;
}

.pass-material__text {
  max-width: 200px;
  color: #717784;
}

.pass-material__btn {
  margin-top: auto;
}

.pass-material__btn .btn {
  letter-spacing: 0.5px;
}

.pass-material img {
  position: absolute;
  bottom: 0;
  right: 15px;
}

.big-price {
  font-family: "Stapel";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}

.about-block {
  padding-top: 100px;
  min-height: 540px;
  margin-top: 50px;
  position: relative;
  background-image: url(../img/about-block-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.about-block__header {
  margin-bottom: 40px;
}

.about-block__header .title {
  color: #fff;
}

.about-block__content {
  max-width: 570px;
  margin-bottom: 40px;
}

.about-block__content .small-text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  opacity: 0.7;
}

.about-block__btn .btn:first-child {
  margin-right: 10px;
  background: #fff;
  color: #1e1e1e;
}

.about-block__btn .btn:first-child:hover {
  background: #e2e4ea;
}

.about-info {
  color: #fff;
  max-width: 470px;
}

.about-info h5,
.about-info h4,
.about-info h3,
.about-info h2 {
  color: #fff;
}

.about-info__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px;
}

.about-info__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.features {
  padding: 80px 0;
  background-color: #043598;
  color: #fff;
  margin-bottom: 50px;
}

.features .title {
  color: #fff;
}

.features__title {
  color: #fff;
  margin-bottom: 15px;
}

.features__text {
  color: #fff;
  opacity: 0.7;
}

.features__header {
  margin-bottom: 30px;
}

.features__img {
  margin-bottom: 20px;
}

.bonuses-body {
  background: #101010;
  border-radius: 3px;
  padding: 80px;
  position: relative;
}

.bonuses-body:after {
  content: "";
  position: absolute;
  left: 50px;
  top: 50px;
  width: 80px;
  height: 80px;
  z-index: 10;
  background: url("../img/icons/percent-icon.svg") center center no-repeat;
}

.bonuses-title {
  margin-bottom: 45px;
}

.bonuses-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bonuses-item {
  width: 100%;
  max-width: 270px;
  margin-right: 20px;
}

.bonuses-item:last-child {
  margin-right: 0;
}

.bonuses-item__percent {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  color: #feb700;
}

.bonuses-item__title {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 15px;
  color: #ffffff;
}

.bonuses-item__text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.bonuses-options {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bonuses-offer {
  position: relative;
  padding-left: 60px;
  width: 100%;
  max-width: 410px;
}

.bonuses-offer::after {
  content: "!";
  position: absolute;
  width: 40px;
  height: 40px;
  display: block;
  font-size: 20px;
  border-radius: 50%;
  color: #feb700;
  line-height: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  left: 0;
  top: 0;
}

.bonuses-offer__title {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  margin-bottom: 20px;
  margin-right: 20px;
}

.bonuses-offer__title:last-child {
  margin-right: 0;
}

.bonuses-offer__link {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #feb700;
}

.bonuses-offer__link:hover {
  text-decoration: underline;
}

.bonuses-programs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bonuses-programs__item {
  padding-right: 50px;
  width: 100%;
  max-width: 180px;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.bonuses-programs__item:last-child {
  width: 100%;
  max-width: 320px;
  padding-left: 50px;
  padding-right: 100px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.bonuses-programs__item-num {
  color: #feb700;
  margin-bottom: 10px;
}

.bonuses-programs__item-num, .bonuses-programs__item-text {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.bonuses-programs__item-text {
  color: #ffffff;
}

.bonuses-more-btn {
  display: none;
  text-align: center;
  text-transform: uppercase;
  color: #feb700;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  margin-top: 20px;
}

.bonuses .list-bonuses__item {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bonuses .list-bonuses__item:last-child {
  margin-bottom: 0;
}

.bonuses .list-bonuses__item-num {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #feb700;
  width: 100%;
  max-width: 30px;
  margin-right: 15px;
}

.bonuses .list-bonuses__item-text {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  opacity: 0.7;
}

.article__item {
  position: relative;
  outline: none;
}

.article__item:hover .article__title {
  color: #043598;
}

.article__item:hover .article__item-img img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.article__img {
  position: relative;
  margin-bottom: 15px;
}

.article__label {
  top: 20px;
  left: 20px;
  position: absolute;
  display: inline-block;
  padding: 4px;
  font-family: "ProximaNova";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  background: #043598;
  border-radius: 3px;
}

.article__label_blue {
  color: #fff;
  background: #043598;
}

.article__label_white {
  color: #717784;
  background: #fff;
}

.article__label_orange {
  background: #feb700;
}

.article__label_black {
  background: #101010;
}

.article__label_yellow {
  background: #feb700;
}

.article__title {
  margin-bottom: 10px;
}

.article__text {
  color: #717784;
  margin-bottom: 20px;
}

.article__bottom {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article__date {
  color: #717784;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #4f50552b;
}

.article__views {
  color: #043598;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article__views img {
  margin-right: 5px;
}

.article__views svg {
  width: 15px;
  height: 10px;
  fill: #043598;
  margin-right: 5px;
}

.article-section {
  margin-bottom: 80px;
}

.article-section__row {
  margin-bottom: 30px;
}

.article__big-items {
  margin-bottom: 30px;
}

.article__big-items .article__item {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.article__big-items .article__item:hover .article__item-img img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.article__big-items .article__item-title {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.article__big-items .article__item-bottom {
  z-index: 20;
}

.article__big-items .article__text {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 10px;
}

.article__big-items .article__date {
  border-right: 1px solid #fff;
}

.article__big-items .article__date, .article__big-items .article__views {
  color: #ffffff;
  font-weight: 700;
  opacity: 0.5;
}

.article__big-items .article__views {
  line-height: 17px;
}

.article__big-items .article__views svg {
  fill: #ffffff;
}

.article__big-items .article__item-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
}

.article__big-items .article__label {
  left: 30px;
  top: 30px;
  z-index: 20;
}

.article__big-items .article__item-img {
  position: relative;
  padding-top: 74%;
  border-radius: 3px;
  overflow: hidden;
}

.article__big-items .article__item-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 10;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.article__big-items .article__item-img img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.article__small-items {
  border-radius: 3px;
  overflow: hidden;
}

.article__small-items .article__item {
  display: block;
  padding: 30px;
  border-radius: 0px;
  background: #ffffff;
  border: 1px solid #f4f7fa;
}

.article__small-items .article__item:hover {
  background: #f4f7fa;
}

.article__small-items .article__item-title {
  margin-bottom: 10px;
}

.article__small-items .article__text {
  color: #717784;
}

.article__small-items .article__label {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 10px;
}

.single-article {
  margin-bottom: 50px;
}

.single-article__body {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
  padding-top: 44.445%;
}

.single-article__img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.single-article__content {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 500px;
  padding: 50px;
}

.single-article__content .article__date {
  color: #ffffff;
  border-right: 1px solid #fff;
}

.single-article__content .article__views {
  color: #ffffff;
}

.single-article__content .article__views svg {
  fill: #ffffff;
}

.single-article__content .article__label {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 20px;
}

.single-article__content .page-title {
  color: #ffffff;
  margin-bottom: 50px;
}

.select {
  position: relative;
}

.select__current {
  color: #feb700;
  cursor: pointer;
}

.select__current::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0px;
  width: 20px;
  height: 12px;
  margin-left: 5px;
  background: url("../img/icons/arrow-down.svg") center center no-repeat;
  background-size: 70%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select__arrow {
  position: relative;
}

.select__arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  width: 20px;
  height: 12px;
  right: 10px;
  background: url("../img/icons/arrow-down.svg") center center no-repeat;
  background-size: 70%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select__body {
  position: absolute;
  display: inline-block;
  width: 100%;
  min-width: 210px;
  max-width: 230px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  background: #fff;
  padding: 20px 10px 20px 20px;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}

.select__item {
  opacity: 0.7;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select__item:last-child {
  margin-bottom: 0;
}

.select__item:hover {
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select.is-active .select__body {
  top: 100%;
  left: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
  max-width: 230px;
}

.select.is-active .select__current::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select.is-active .select__arrow::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.price-oftype .container--mob {
  padding: 0;
}

.price-oftype__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price-oftype__content {
  width: 100%;
  max-width: 570px;
  margin-right: 30px;
  overflow: hidden;
}

.price-oftype__title {
  margin-bottom: 10px;
}

.price-oftype__range {
  color: #1e1e1e;
}

.price-oftype__range span {
  font-size: 30px;
  line-height: 38px;
  padding-left: 5px;
  padding-right: 20px;
}

.price-oftype__text {
  margin: 20px 0 30px 0;
  font-size: 16px;
  line-height: 22px;
  color: #717784;
}

.price-oftype__form .main-form__submit {
  max-width: 200px;
}

.price-oftype__slider-wrapper {
  position: relative;
}

.price-oftype__slider-wrapper .slider-item__preview-btn {
  cursor: pointer;
  position: absolute;
  left: 25px;
  top: 10px;
  width: 30px;
  height: 30px;
  background: url("../img/icons/arrow-preview-slider.svg") center center no-repeat;
  background-size: contain;
}

.price-oftype__slider {
  width: 570px;
  height: 100%;
  position: relative;
}

.price-oftype__slider .slick-list,
.price-oftype__slider .slick-track {
  min-height: 100% !important;
  height: 100% !important;
}

.price-oftype__slider .slick-dots {
  position: absolute;
  bottom: 30px;
}

.price-oftype__slider .slick-dots li button {
  border: 2px solid #ffffff;
}

.price-oftype__slider .slick-dots .slick-active button {
  border: 3px solid #ffffff;
}

.price-oftype__slider-item {
  position: relative;
  width: 100%;
}

.price-oftype__slider-item:focus {
  outline: none;
}

.price-oftype__slider-item .slider-item__img {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.map__header .select__current {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 30px;
}

.map__btn {
  display: none;
}

.map__btn.btn {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0.04em;
  text-align: center;
  width: 100%;
  max-width: 100%;
  color: #717784;
  border: 1px solid #e2e4ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
}

.map-tabs {
  border: 1px solid #e2e4ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.map-tab {
  font-family: "ProximaNova";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  color: #717784;
  max-width: 50%;
  width: 50%;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.map-tab.active {
  color: #fff;
  background-color: #043598;
}

.map-list.scrollbar {
  max-height: 360px !important;
}

.map-list.scrollbar > .scroll-element .scroll-bar {
  background-color: #b1b9ca;
}

.map-item {
  padding: 13px;
  border-bottom: 1px solid #f4f7fa;
  cursor: pointer;
  position: relative;
}

.map-item::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #b1b9ca;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}

.map-item:hover {
  background-color: #f4f7fa;
}

.map-item.active {
  background-color: #f4f7fa;
}

.map-item.active::after {
  border: 4px solid #043598;
}

.map-item_mob {
  display: none;
}

.map-item_btn {
  display: none;
}

.map-item_desk .small-text {
  color: #717784;
}

.requirement-title {
  margin-bottom: 40px;
  max-width: 350px;
}

.requirement-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}

.requirement-item {
  padding: 30px;
  width: 25%;
  background: #fff;
  border: 1px solid #f4f7fa;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.requirement-item:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f4f7fa;
}

.requirement-item:hover .requirement-item__link {
  text-decoration: underline;
}

.requirement-item__icon {
  height: 16px;
  margin-bottom: 20px;
}

.requirement-item__title {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #1e1e1e;
  margin-bottom: 10px;
}

.requirement-item__text {
  font-size: 14px;
  line-height: 18px;
  color: #717784;
}

.requirement-item__link {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #043598;
  text-transform: uppercase;
  margin-top: 20px;
}

.requirement-item__link--tell {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #043598;
}

.redemption-body {
  position: relative;
  padding: 70px 80px 55px 80px;
  border-radius: 3px;
  background: #043598;
}

.redemption-body:after {
  content: "";
  position: absolute;
  left: 50px;
  top: 50px;
  width: 60px;
  height: 80px;
  z-index: 10;
  background: url("../img/icons/rubles-icon.svg") center center no-repeat;
}

.redemption-title {
  margin-bottom: 40px;
}

.redemption-slider .slick-current .redemption-list {
  margin-left: 0px;
}

.redemption-slider .slider-btn__prev {
  left: -30px;
}

.redemption-slider .slider-btn__next {
  right: -30px;
}

.redemption-slider .slider-btn:hover {
  border-bottom: 2px solid #feb700;
  border-left: 2px solid #feb700;
}

.redemption-slider .slider-btn.slick-disabled {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}

.redemption-slider .slider-btn.slick-disabled:hover {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}

.redemption-slider .slick-dots {
  position: absolute;
  bottom: -20px;
}

.redemption-slider .slick-dots li button {
  width: 5px;
  height: 5px;
}

.redemption-slider__item {
  outline: none;
}

.redemption-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25px;
  margin-left: -25px;
}

.redemption-list {
  margin-left: 50px;
}

.redemption-list__item {
  -ms-flex: 0 0 33.3333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.3333%;
  max-width: 0 0 33.3333%;
  position: relative;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
}

.redemption-list__link {
  padding: 15px 30px 15px 0px;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  outline: none;
}

.redemption-list__link::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  width: 8px;
  height: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.redemption-list__link:hover .redemption-auto,
.redemption-list__link:hover .redemption-range {
  color: #feb700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.redemption-list__link:hover::after {
  border-bottom: 1px solid #feb700;
  border-left: 1px solid #feb700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.redemption-auto {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.redemption-range {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.redemption-form {
  display: none;
}

.redemption-price__title {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #ffffff;
}

.redemption-price__range {
  margin-bottom: 20px;
}

.redemption-button {
  display: block;
  max-width: 100%;
}

.price-ofauto__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price-ofauto__content {
  width: 100%;
  max-width: 760px;
  background: #f4f7fa;
  border-radius: 3px;
  padding: 50px 50px 60px 50px;
  margin-right: 30px;
}

.price-ofauto__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.price-ofauto__logo {
  position: relative;
  min-width: 120px;
  min-height: 120px;
  max-width: 120px;
  max-height: 120px;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.price-ofauto__logo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 120px;
}

.price-ofauto__title {
  margin-bottom: 10px;
}

.price-ofauto__range {
  color: #1e1e1e;
}

.price-ofauto__range span {
  font-size: 30px;
  line-height: 38px;
  padding-left: 5px;
  padding-right: 20px;
  margin-right: 20px;
}

.price-ofauto__text {
  font-size: 16px;
  line-height: 22px;
  color: #717784;
}

.price-ofauto__form {
  padding: 30px;
  background: #ffffff;
  border: 1px solid #e2e4ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
}

.price-ofauto__form .main-form__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.price-ofauto__form .main-form__label_phone {
  margin-right: 0;
  margin-bottom: 12px;
  max-width: 100%;
}

.price-ofauto__form .main-form__label_phone input {
  max-width: 100%;
}

.price-ofauto__form .main-form__wrapper {
  margin-bottom: 20px;
}

.price-ofauto__form-title {
  margin-bottom: 10px;
}

.price-ofauto__form-text {
  color: #717784;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}

.redemption-ofauto__title {
  margin-bottom: 40px;
}

.redemption-ofauto__sub-title {
  margin-bottom: 20px;
}

.redemption-ofauto__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 30px);
  margin: 0 -15px -30px -15px;
}

.redemption-ofauto__item {
  width: calc(33.3333% - 30px);
  margin: 0 15px 30px 15px;
  background: #f4f7fa;
  border-radius: 3px;
  padding: 30px;
}

.redemption-ofauto__item-title {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #043598;
  margin-bottom: 30px;
}

.redemption-ofauto__price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  display: flex;
  padding: 15px 0;
  border-top: 1px solid #e2e4ea;
}

.redemption-ofauto__price-row:last-child {
  padding-bottom: 0;
}

.redemption-ofauto__year {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #1e1e1e;
}

.redemption-ofauto__price {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #717784;
}

.redemption-ofauto__table {
  width: 100%;
  border-radius: 3px 3px 0px 0px;
  overflow: hidden;
  vertical-align: middle;
}

.redemption-ofauto__table th {
  background-color: #043598;
  color: #fff;
  padding: 25px 20px;
  vertical-align: middle;
}

.redemption-ofauto__table tr:nth-child(2n) {
  background: #f4f7fa;
}

.redemption-ofauto__table td {
  padding: 20px;
  font-weight: 600;
  font-size: 14px;
  vertical-align: middle;
}

.redemption-ofauto__table th,
.redemption-ofauto__table td {
  width: 15%;
  text-align: left;
}

.redemption-ofauto__table th:first-child,
.redemption-ofauto__table td:first-child {
  width: 55%;
}

.custom-range.ui-widget.ui-widget-content {
  height: 1px;
  border: none;
  background: #1d49a2;
  height: 1px;
  display: block;
}

.custom-range.ui-widget.ui-widget-content .ui-slider-range-min {
  height: 100%;
  background-color: #feb700;
}

.custom-range.ui-widget.ui-widget-content .ui-slider-handle {
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 5px solid #feb700;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  top: -7px;
  margin-left: -8px;
}

.custom-range.ui-widget.ui-widget-content .ui-state-hover,
.custom-range.ui-widget.ui-widget-content .ui-state-active,
.custom-range.ui-widget.ui-widget-content .ui-state-focus {
  outline: none;
}

.calculator-price__ofauto .options-item {
  max-width: 350px;
}

.calculator-price__ofauto .calculator-body:after {
  width: 60px;
  height: 80px;
  background: url("../img/icons/rubles-icon.svg") center center no-repeat;
}

.calculator-price__ofauto .calculator-title {
  margin-top: 10px;
  margin-bottom: 50px;
}

.calculator-price__ofauto .select {
  margin-bottom: 20px;
}

.calculator-price__ofauto .select__label {
  font-weight: 400;
}

.calculator-price__ofauto .select__body {
  max-width: 255px !important;
  left: auto !important;
  right: 0;
  margin-top: 2px;
}

.calculator-price__ofauto .select__header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calculator-price__ofauto .select__arrow {
  width: 100%;
  max-width: 255px;
}

.calculator-price__ofauto .select__arrow::after {
  top: 17px;
}

.select__arrow.select__arrow_mark::after {
  display: none;
}

.steps__title {
  margin-bottom: 30px;
  max-width: 500px;
}

.steps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.steps__item {
  width: 50%;
  padding: 16px 30px 30px 30px;
  background: #fff;
  border: 1px solid #f4f7fa;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.steps__item:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f4f7fa;
}

.steps__item-num {
  font-family: "Stapel";
  font-weight: 400;
  font-size: 56px;
  line-height: 71px;
  color: #043598;
  opacity: 0.1;
  margin-bottom: 10px;
}

.steps__item-title {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1e1e1e;
  margin-bottom: 10px;
}

.steps__item-text {
  font-size: 16px;
  line-height: 23px;
  color: #717784;
}

.steps__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  margin-top: 30px;
  text-transform: uppercase;
}

.steps__item-link img {
  margin-left: 10px;
  margin-bottom: 1px;
}

.additional-title {
  margin-bottom: 40px;
}

.additional-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 30px);
  margin: 0 -15px;
}

.additional-item {
  width: calc(25% - 30px);
  margin: 0 15px;
  padding: 0;
}

.additional-link {
  cursor: pointer;
}

.additional-item__img {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
  padding-top: 60%;
  margin-bottom: 20px;
}

.additional-item__img img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.additional-item__title {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 10px;
}

.additional-item__text {
  font-size: 14px;
  line-height: 18px;
  color: #717784;
  margin-bottom: 20px;
}

.additional-item__price {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #feb700;
}

.about-company__row-target {
  margin-bottom: -15px;
}

.about-company__histoty {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px;
}

.about-company__text {
  font-size: 16px;
  line-height: 22px;
  color: #717784;
}

.about-company__statistics {
  width: 100%;
  max-width: 470px;
}

.about-company__quantity-people {
  font-family: "Stapel";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 23px;
  font-size: 56px;
  line-height: 45px;
  color: #043598;
  border-bottom: 1px solid #e2e4ea;
}

.about-company__quantity-people span {
  font-family: "Stapel";
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  max-width: 90px;
  margin-left: 10px;
}

.about-company__statistics-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-company__statistics-item {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  color: #043598;
  margin-top: 13px;
  white-space: nowrap;
}

.about-company__statistics-item span {
  white-space: normal;
  display: block;
  font-family: "Stapel";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #717784;
  margin-top: 4px;
}

.about-company__statistics-item:last-child {
  margin-left: 35px;
  padding-left: 35px;
  border-left: 1px solid #e2e4ea;
}

.about-company__target {
  border-radius: 3px;
  padding: 50px;
  background: #043598;
  margin-bottom: 15px;
  height: 100%;
}

.about-company__target-title {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  color: #ffffff;
  margin-bottom: 30px;
  white-space: nowrap;
}

.about-company__target-text {
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
}

.about-section__title {
  margin-bottom: 40px;
  width: 100%;
}

.about-team__row {
  margin-bottom: -20px;
}

.about-team__item {
  padding-bottom: 20px;
}

.about-team__item-photo {
  border-radius: 3px;
  overflow: hidden;
  background: #f4f7fa;
  height: 320px;
}

.about-team__item-photo img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.about-team__item-name {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  margin-top: 10px;
}

.about-team__item-desc {
  font-size: 14px;
  line-height: 18px;
  color: #717784;
}

.about-company__garant {
  padding-bottom: 100px;
}

.vacancy {
  background: #f4f7fa;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: -50px;
}

.vacancy-row {
  margin-bottom: -30px;
}

.vacancy-item {
  padding: 30px;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
}

.vacancy-item__icon {
  max-height: 16px;
  margin-bottom: 20px;
}

.vacancy-item__title {
  margin-bottom: 5px;
}

.vacancy-item__price {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #043598;
  margin-bottom: 20px;
}

.vacancy-item__text {
  font-size: 16px;
  line-height: 22px;
  color: #717784;
  margin-bottom: 30px;
}

.vacancy-item__link {
  font-size: 12px;
  line-height: 15px;
}

.loyalty-programs__title {
  margin-bottom: 40px;
}

.loyalty-programs .bonuses-body {
  background: transparent;
  border-radius: 0px;
  padding: 0px;
}

.loyalty-programs .bonuses-body:after {
  display: none;
}

.loyalty-programs .bonuses-offer__title {
  margin-bottom: 0;
}

.loyalty-programs .bonuses-list {
  padding-bottom: 0px;
  border-bottom: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 30px);
  margin: 0 -15px;
}

.loyalty-programs .bonuses-item {
  position: relative;
  background: #101010;
  width: calc(33.3333% - 30px);
  margin: 0 15px;
  border-radius: 3px;
  padding: 30px;
  max-width: 100%;
}

.loyalty-programs .bonuses-item:last-child {
  margin-right: auto;
}

.loyalty-programs .bonuses-item:after {
  content: "";
  position: absolute;
  left: 30px;
  top: 30px;
  width: 80px;
  height: 80px;
  z-index: 10;
  background: url("../img/icons/percent-icon.svg") center center no-repeat;
}

.loyalty-programs .bonuses__title {
  margin-bottom: 20px;
}

.loyalty-programs .bonuses-options {
  padding: 50px;
  background: #101010;
  border-radius: 3px;
}

.loyalty-instruction__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.loyalty-instruction__card {
  width: 100%;
  max-width: 450px;
  margin-left: 80px;
}

.loyalty-instruction__card img {
  max-width: 450px;
}

.loyalty-instruction__steps .steps__item {
  padding: 25px 30px;
}

.loyalty-instruction__steps .steps__item-num {
  font-size: 42px;
  line-height: 42px;
}

.loyalty-instruction__steps .steps__item-title {
  font-size: 18px;
  line-height: 23px;
}

.loyalty-instruction__steps .steps__item-text {
  font-size: 14px;
  line-height: 18px;
}

.entry-cabinet__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.entry-cabinet__entry {
  width: 100%;
  max-width: 370px;
  padding: 30px;
  background: #043598;
  border-radius: 3px;
}

.entry-cabinet__entry-img {
  max-height: 17px;
  margin-bottom: 20px;
}

.entry-cabinet__entry-title {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
  color: #ffffff;
  max-width: 270px;
}

.entry-cabinet__entry-btn {
  display: block;
  max-width: 100%;
}

.entry-cabinet__conditions {
  margin-left: auto;
  max-width: 700px;
}

.entry-cabinet__conditions .requirement-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.entry-cabinet__conditions .requirement-item {
  cursor: default;
  pointer-events: none;
  border: none;
  width: 50%;
  padding: 0 30px 30px 30px;
}

.entry-cabinet__conditions .requirement-item:nth-child(3), .entry-cabinet__conditions .requirement-item:nth-child(4) {
  padding-bottom: 0;
}

.privacy-policy-page .page-head {
  margin-left: 300px;
}

.privacy-policy__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.privacy-policy__menu-body {
  width: 100%;
  max-width: 200px;
  margin-right: 100px;
}

.privacy-policy__menu-title {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
}

.privacy-policy__menu-item {
  margin-bottom: 16px;
}

.privacy-policy__menu-link {
  font-family: "Stapel";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #717784;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.privacy-policy__menu-link:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #feb700;
}

.privacy-policy__content {
  width: 100%;
  max-width: 570px;
  margin-left: 0;
  margin-right: auto;
}

.representative-page .page-text {
  max-width: 540px;
}

.representative-map__svg {
  margin-bottom: 50px;
}

.representative-map__svg svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.representative-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.representative-item:first-child .representative-list__cities {
  border-top: 1px solid #e2e4ea;
}

.representative-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 50px;
}

.representative-item__img {
  width: 90px;
  max-width: 90px;
  width: 100%;
}

.representative-item__img img {
  height: 40px;
  max-height: 40px;
}

.representative-item__title.active {
  color: #feb700;
}

.representative-item__sub-title {
  color: #6c757d;
  font-size: 12px;
}

.representative-list__cities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 770px;
  padding: 35px 0px 20px 0px;
  border-bottom: 1px solid #e2e4ea;
  min-height: 130px;
}

.representative-list__cities-wrapp {
  width: 100%;
  max-width: 770px;
}

.representative-list__cities-item {
  font-size: 16px;
  line-height: 23px;
  color: #717784;
  margin-bottom: 15px;
  width: 25%;
  cursor: pointer;
}

.representative-list__cities-item:hover {
  color: #feb700;
}

.representative-map__svg path[fill="#B1B9CA"] {
  cursor: pointer;
}

.representative-map__svg path[fill="#043598"] {
  cursor: pointer;
}

.representative-map__svg path[fill="white"] {
  cursor: pointer;
}

.representative-map__svg path[fill="#B1B9CA"]:hover {
  fill: #043598;
}

.obl_union.hovered {
  fill: #043598;
}

.franchise-sentence {
  padding: 100px 0;
  margin-bottom: 50px;
  background: #f4f7fa;
}

.franchise-sentence__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.franchise-sentence__content {
  width: 100%;
  max-width: 570px;
}

.franchise-sentence__title {
  margin-bottom: 20px;
}

.franchise-sentence__text {
  font-size: 16px;
  line-height: 23px;
  color: #717784;
  opacity: 0.7;
}

.franchise-sentence__img {
  width: 100%;
  max-width: 470px;
  height: auto;
  margin-left: 50px;
}

.franchise-sentence__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.franchise-sentence__item {
  width: 100%;
  max-width: 270px;
}

.franchise-sentence__item-img {
  height: 16px;
  max-height: 16px;
  margin-bottom: 20px;
}

.franchise-sentence__item-title {
  font-family: "Stapel";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 15px;
}

.franchise-sentence__item-text {
  font-size: 14px;
  line-height: 18px;
  color: #717784;
  opacity: 0.7;
}

.franchise-map__title {
  margin-bottom: 10px;
}

.franchise-map__sub-title {
  font-size: 16px;
  line-height: 23px;
  color: #717784;
  margin-bottom: 50px;
}

.franchise-map__sub-title span {
  font-family: "Stapel";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #043598;
}

.franchise-map__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.franchise-map__info {
  width: 100%;
  max-width: 370px;
}

.franchise-map__info-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.franchise-map__info-tab {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  padding: 8px;
  color: #717784;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.franchise-map__info-tab:last-child {
  margin-right: 0;
}

.franchise-map__info-tab.active {
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #043598;
  background: #f4f7fa;
}

.franchise-map__info-tab:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #043598;
  background: #f4f7fa;
}

.franchise-map__info-content {
  background: #f4f7fa;
  border-radius: 3px;
  padding: 30px;
}

.franchise-map__region {
  font-family: "Stapel";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 20px;
}

.franchise-map__cityes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.franchise-map__city {
  width: 50%;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 23px;
  color: #717784;
}

.franchise-map__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 700px;
  margin-left: 50px;
}

.franchise-map__svg svg {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.franchise-map__select {
  display: none;
  margin-bottom: 30px;
  max-width: 350px;
}

.franchise-map__select .select__label {
  color: #1e1e1e;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 5px;
}

.franchise-map__select.is-active .select__body {
  max-width: 350px;
}

.franchise-map__select .custom-input {
  position: relative;
  border: 1px solid #e2e4ea;
}

.franchise-map__select .custom-input__wrapper {
  position: relative;
}

.franchise-map__select .custom-input__wrapper:after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/icons/icon-search-geo.svg") center center no-repeat;
  background-size: contain;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.franchise-map__svg path[fill="#B1B9CA"] {
  cursor: pointer;
}

.franchise-map__svg path[fill="#B1B9CA"]:hover {
  fill: #043598;
}

.franchise-map__svg path[fill="#043598"] {
  cursor: pointer;
}

.franchise-map__svg path[fill="white"] {
  cursor: pointer;
}

.franchise-office__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.franchise-office__content {
  width: 100%;
  max-width: 620px;
  margin-right: 50px;
}

.franchise-office__title {
  margin-bottom: 40px;
  max-width: 555px;
}

.franchise-office__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: -30px;
}

.franchise-office__item {
  width: 50%;
  max-width: 270px;
  margin-bottom: 30px;
}

.franchise-office__item:nth-child(1), .franchise-office__item:nth-child(3) {
  padding-right: 20px;
}

.franchise-office__item-icon {
  max-height: 16px;
  margin-bottom: 20px;
}

.franchise-office__item-title {
  font-family: "Stapel";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 15px;
}

.franchise-office__item-text {
  font-size: 14px;
  line-height: 18px;
  color: #717784;
  opacity: 0.7;
}

.franchise-office__form {
  width: 100%;
  padding: 30px 30px 50px 30px;
  max-width: 370px;
  background: #f4f7fa;
  border-radius: 3px;
}

.franchise-office__form .main-form__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.franchise-office__form .main-form__phone {
  max-width: 100%;
}

.franchise-office__form .main-form__label {
  max-width: 100%;
  margin-right: 0;
}

.franchise-office__form .main-form__phone {
  margin-bottom: 10px;
}

.franchise-benefit {
  padding-top: 100px;
}

.franchise-benefit__title {
  margin-bottom: 10px;
  max-width: 450px;
}

.franchise-benefit__sub-title {
  font-size: 16px;
  line-height: 23px;
  color: #717784;
  margin-bottom: 40px;
  max-width: 500px;
}

.franchise-benefit__sub-title span {
  font-family: "Stapel";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #043598;
}

.franchise-benefit__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 30px);
  margin: 0 -15px;
}

.franchise-benefit__item {
  width: calc(33.3333% - 30px);
  margin: 0 15px 30px 15px;
}

.franchise-benefit__item-icon {
  max-height: 16px;
  margin-bottom: 20px;
}

.franchise-benefit__item-title {
  font-family: "Stapel";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 15px;
}

.franchise-benefit__item-text {
  font-size: 14px;
  line-height: 18px;
  color: #717784;
  opacity: 0.7;
}

.franchise-calculator {
  padding-bottom: 80px;
}

.franchise-calculator .calculator-form__price {
  font-size: 30px;
}

.franchise-calculator .calculator-input {
  width: 100px;
}

.franchise-calculator .options-item {
  margin-bottom: 30px;
}

.authorization__title {
  margin-left: 30px;
  margin-bottom: 40px;
}

.authorization__btn {
  background: transparent;
  color: #ffffff;
  display: block;
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 10px;
}

.authorization__btn:last-child {
  margin-bottom: 0;
}

.authorization__btn:hover {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.authorization__btn-link {
  border: none;
}

.authorization__btn-link:hover {
  background: transparent;
  border: none;
  color: #feb700;
}

.authorization__form-title {
  color: #ffffff;
  margin-bottom: 10px;
}

.authorization__form-text {
  color: #ffffff;
  margin-bottom: 20px;
  opacity: 0.7;
}

.authorization__form .main-form__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0px;
}

.authorization__form .main-form__label_phone {
  margin-right: 0;
  margin-bottom: 12px;
  max-width: 100%;
}

.authorization__form .main-form__label_phone input {
  max-width: 100%;
}

.authorization-confirm {
  width: 100%;
  max-width: 370px;
  padding: 30px;
  background: #043598;
  border-radius: 3px;
}

.authorization-confirm__change-number {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 60px;
  padding-left: 25px;
  color: #ffffff;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.authorization-confirm__change-number::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 12px;
  background: url("../img/icons/arrow-prev-light.svg") center center no-repeat;
  background-size: contain;
}

.authorization-confirm__change-number:hover {
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #feb700;
}

.authorization-confirm__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  max-width: 190px;
  margin: 0 auto;
}

.authorization-confirm__title {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  margin-bottom: 20px;
  opacity: 0.7;
}

.authorization-confirm__input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
}

.authorization-confirm__input {
  border: none;
  outline: none;
  font-family: "Stapel";
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  width: 40px;
  height: 54px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.authorization-confirm__input:focus::-webkit-input-placeholder {
  font-size: 0;
}

.authorization-confirm__input:focus:-ms-input-placeholder {
  font-size: 0;
}

.authorization-confirm__input:focus::-ms-input-placeholder {
  font-size: 0;
}

.authorization-confirm__input:focus::placeholder {
  font-size: 0;
}

.authorization-confirm__input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
}

.authorization-confirm__input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
}

.authorization-confirm__input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
}

.authorization-confirm__input::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
}

.authorization-confirm__input:-moz-placeholder, .authorization-confirm__input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
}

.authorization-confirm__btn {
  margin-bottom: 20px;
  display: block;
  width: 100%;
}

.authorization-confirm__sms {
  white-space: nowrap;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  margin-bottom: 5px;
  opacity: 0.7;
}

.authorization-confirm__sms-timer {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 10px;
}

.authorization-confirm__sms-send {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.authorization-confirm__sms-send:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #feb700;
}

.profile-head {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.profile-tab {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  color: #b1b9ca;
  margin-right: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.profile-tab:last-child {
  margin-right: 0;
}

.profile-tab.active {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #043598;
}

.profile-tab:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #043598;
}

.profile-tab__title-mob {
  display: none;
  margin-bottom: 30px;
}

.profile-tab__title-mob .profile-tab__title {
  font-size: 24px;
  line-height: 32px;
}

.profile-tab__title-mob .profile__info-for-edit {
  margin-top: 10px;
}

.profile-exit__btn {
  padding: 11px 13px;
}

.profile-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.profile-blocks {
  width: 100%;
}

.profile-sidebar {
  min-width: 270px;
  max-width: 270px;
  margin-left: 30px;
}

.profile-sidebar .profile-head {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.profile-block {
  border: 1px solid #e2e4ea;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}

.profile-block:last-child {
  margin-bottom: 0;
}

.profile-block__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  background: #f4f7fa;
}

.profile-block__head-col {
  margin-right: 15px;
}

.profile-block__head-col:last-child {
  margin-right: 0;
}

.profile-block__head-title {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile-block__head-title span {
  margin-left: 20px;
  width: 14px;
  height: 10px;
  background: url("../img/icons/icon-checked-dark.svg") center center no-repeat;
  background-size: contain;
}

.profile-block__head-text {
  margin-top: 10px;
  font-size: 14px;
  width: 100%;
  max-width: 400px;
  color: #717784;
}

.profile-block__label {
  border-radius: 3px;
  padding: 4px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  color: #ffffff;
}

.profile-block__label--blue {
  background: #043598;
}

.profile-block__label--yellow {
  background: #feb700;
}

.profile-block__content {
  padding: 30px;
  background: #fff;
}

.profile-photo__wrapp {
  width: 100%;
  max-width: 300px;
  margin-bottom: 15px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.profile-photo__img {
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
}

.profile-photo__img img {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.profile-photo__edit-button {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #043598;
  cursor: pointer;
}

.profile-photo__edit-button:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #feb700;
}

.profile-photo__edit-desc {
  width: 100%;
  max-width: 160px;
  color: #717784;
}

.profile-list__info-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.profile-list__info-wrapp .profile-item {
  width: 100%;
}

.profile-list__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.profile-item {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
}

.profile-item:last-child {
  margin-bottom: 0;
}

.profile-item__textarea {
  height: 100%;
}

.profile-item__textarea .profile-item__content {
  height: 100%;
}

.profile-item__name {
  font-weight: 700;
  line-height: 18px;
  min-width: 120px;
  margin-right: 20px;
}

.profile-item__content {
  width: 100%;
}

.profile__custom-input {
  width: 100%;
  max-width: 220px;
  border: 1px solid #e2e4ea;
}

.profile__custom-input--big {
  max-width: 100%;
}

.profile__custom-textarea {
  height: 100%;
  width: 275px;
  resize: none;
  max-width: 275px;
  border: 1px solid #e2e4ea;
  color: #1e1e1e;
  font-size: 14px;
  border-radius: 3px;
  outline: none;
  padding: 15px 12px 12px 12px;
}

.profile-passport__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.profile-passport__wrapp .profile-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile-passport__img {
  position: relative;
  overflow: hidden;
  min-width: 80px;
  min-height: 60px;
  max-width: 80px;
  max-height: 60px;
  margin-right: 10px;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.profile-passport__img img {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.profile-passport__img::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.profile-passport__img::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 8px;
  height: 8px;
  background: url("../img/icons/icon-close-light.svg") center center no-repeat;
  background-size: contain;
  z-index: 1;
}

.profile-passport__img:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #feb700;
}

.profile-passport__img-loaded {
  position: relative;
  overflow: hidden;
  min-width: 120px;
  min-height: 80px;
  max-width: 120px;
  max-height: 80px;
  margin-right: 10px;
  border-radius: 3px;
  cursor: pointer;
}

.profile-passport__img-loaded img {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.profile-passport__edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile-passport__edit-button {
  position: relative;
  width: 100%;
  max-width: 80px;
  padding: 10px 10px 18px 10px;
  color: #043598;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
  text-align: left;
  border: 1px dashed #e2e4ea;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 20px;
}

.profile-passport__edit-button::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  width: 8px;
  height: 8px;
  background: url("../img/icons/icon-plus.svg") center center no-repeat;
  background-size: contain;
}

.profile-passport__edit-button:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px dashed #feb700;
}

.profile-passport__edit-desc {
  width: 100%;
  max-width: 160px;
  color: #717784;
}

.profile__info-for-edit {
  position: relative;
  padding-left: 55px;
}

.profile__info-for-edit .link {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #043598;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.profile__info-for-edit .link:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #feb700;
}

.profile__info-for-edit::after {
  content: "!";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  font-weight: 600;
  font-size: 20px;
  border-radius: 50%;
  color: #043598;
  line-height: 40px;
  text-align: center;
  background: #e8edf5;
  left: 0;
  top: 0;
}

.profile-item__info-profile {
  text-align: right;
}

.profile-tab__content {
  width: 100%;
}

.radio-group {
  margin-bottom: 5px;
}

.radio-input[type="radio"]:checked, .radio-input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-input[type="radio"]:checked + label,
.radio-input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  color: #717784;
}

.radio-input[type="radio"]:checked + label:before,
.radio-input[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  border: 2px solid #043598;
  border-radius: 100%;
  background: #fff;
}

.radio-input[type="radio"]:checked + label:after,
.radio-input[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 14px;
  height: 14px;
  background: transparent;
  border: 4px solid #043598;
  position: absolute;
  top: 2px;
  left: 0px;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.radio-input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.radio-input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.quotes__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 30px 20px 30px;
}

.quotes__head .profile-block__head-title {
  margin-bottom: 0;
}

.quotes__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quotes__tab {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #717784;
  background: #ffffff;
  border-radius: 3px;
  margin-right: 5px;
  padding: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.quotes__tab:last-child {
  margin-right: 0;
}

.quotes__tab.active {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #043598;
  background: #f4f7fa;
}

.quotes__tab:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #043598;
  background: #f4f7fa;
}

.quotes__content {
  padding: 0px 30px 30px 30px;
}

.quotes-items {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e4ea;
}

.quotes-items:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.quotes-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}

.quotes-item:last-child {
  margin-bottom: 0;
}

.status-head {
  padding: 30px 30px 20px 30px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.status-content {
  padding: 0 30px 30px 30px;
}

.status-icon {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  margin-right: 12px;
}

.status-title {
  font-family: "Stapel";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 4px;
}

.status-title span {
  display: block;
  font-weight: 700;
  color: #717784;
  font-size: 12px;
  line-height: 16px;
}

.status-range {
  margin-bottom: 20px;
}

.status-bonuses {
  padding: 20px 0;
  border-bottom: 1px solid #e2e4ea;
  border-top: 1px solid #e2e4ea;
  margin-bottom: 25px;
}

.status-bonuses__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  width: 100%;
}

.status-bonuses__title:last-child {
  margin-bottom: 0;
}

.status-bonuses__percent {
  margin-left: auto;
  font-weight: 700;
  color: #043598;
}

.status-pay__title {
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}

.status-pay__list {
  background: #f4f7fa;
  border-radius: 3px;
  padding: 12px;
}

.status-pay__list-item {
  width: 100%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.status-pay__list-item .status-bonuses__percent {
  font-size: 12px;
  line-height: 16px;
}

.status-line {
  max-width: 100%;
  height: 1px;
  background: #ffeab3;
  border-radius: 50px;
}

.status-line_active {
  position: relative;
  background: #feb700;
  height: 1px;
}

.status-block__number {
  position: absolute;
  bottom: -100%;
  right: 0;
  -webkit-transform: translate(50%, 0px);
          transform: translate(50%, 0px);
  right: 0;
  font-weight: 700;
  color: #feb700;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 4px;
}

.status-block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5px;
}

.status-block__info p {
  color: #b1b9ca;
  font-size: 12px;
  line-height: 16px;
}

.profile-registration .profile-block__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.profile-registration .profile-list__info {
  width: 100%;
  max-width: 385px;
}

.profile-registration .profile-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding: 15px 0;
  border-bottom: 1px solid #e2e4ea;
}

.profile-registration .profile-item:last-child {
  border: none;
}

.profile-registration .profile-passport__wrapp {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.profile-registration .profile-item__name {
  white-space: nowrap;
}

.transactions-head {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.transactions-sort__daterange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.transactions-sort__daterange .daterange-input {
  border-radius: 3px;
  border: none;
  outline: none;
  min-width: 150px;
  padding: 6px;
  background: #f4f7fa;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
  text-align: center;
}

.transactions-sort__daterange .daterange-input__label {
  cursor: pointer;
  margin-right: 10px;
}

.transactions-sort__daterange .daterange-input__label img {
  width: 40px;
  height: 40px;
}

.transactions-sort__daterange .daterange-input::-webkit-input-placeholder {
  text-align: center;
}

.transactions-sort__daterange .daterange-input:-ms-input-placeholder {
  text-align: center;
}

.transactions-sort__daterange .daterange-input::-ms-input-placeholder {
  text-align: center;
}

.transactions-sort__daterange .daterange-input::placeholder {
  text-align: center;
}

.transactions-sort__ofselect .select__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.transactions-sort__ofselect .select__label {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  margin-right: 10px;
}

.transactions-sort__ofselect .select__current {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #feb700;
}

.transactions-sort__ofselect .select__current::after {
  top: 1px;
  width: 14px;
  height: 8px;
}

.transactions-block__more {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 20px;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #043598;
  display: none;
}

.transactions-block__more::after {
  content: "";
  display: block;
  position: absolute;
  right: 3px;
  top: 18px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 2px solid #101010;
  border-left: 2px solid #101010;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.transactions-block {
  position: relative;
  padding: 25px 30px;
  border: 1px solid #e2e4ea;
  border-radius: 3px;
  margin-bottom: 20px;
}

.transactions-block__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 40px;
  cursor: pointer;
}

.transactions-block__head::after {
  content: "";
  display: block;
  position: absolute;
  right: 3px;
  top: 18px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 2px solid #101010;
  border-left: 2px solid #101010;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.transactions-block__head.active::after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.transactions-block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 20px;
}

.transactions-block__info-item {
  padding-right: 25px;
  padding-left: 25px;
  border-right: 1px solid #e2e4ea;
  font-family: "Stapel";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #043598;
}

.transactions-block__info-item span {
  display: block;
  color: #717784;
}

.transactions-block__info-item:first-child {
  padding-left: 0;
}

.transactions-block__info-item:last-child {
  padding-right: 0px;
  border-right: none;
}

.transactions-block__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.transactions-block__options-time {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #717784;
  margin-right: 20px;
}

.transactions-block__options-actions {
  position: relative;
}

.transactions-block__options-actions.active .actions-content {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.actions-btn {
  background: #f4f7fa;
  border-radius: 3px;
  padding: 10px 35px 10px 20px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.actions-btn::after {
  content: "";
  display: block;
  width: 4px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/icons/icon-vertical-dots.svg");
}

.actions-btn:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #e2e4ea;
}

.actions-content {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 0;
  min-width: 200px;
  top: 110%;
  padding: 12px;
  background: #ffffff;
  -webkit-box-shadow: 0px 20px 40px rgba(30, 30, 30, 0.2);
          box-shadow: 0px 20px 40px rgba(30, 30, 30, 0.2);
  border-radius: 3px;
}

.actions-link {
  display: block;
  color: #717784;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.actions-link:last-child {
  padding-bottom: 0;
}

.actions-link:first-child {
  padding-top: 0;
}

.actions-link:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #043598;
}

.lot-blocks {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 -10px;
}

.lot-block {
  width: calc(50% - 20px);
  margin: 0 10px;
  background: #f4f7fa;
  border-radius: 3px;
  padding: 16px 20px;
}

.lot-block__head {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lot-block__title {
  font-family: "Stapel";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  margin-right: 20px;
}

.lot-block__info {
  font-family: "Stapel";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #043598;
}

.lot-block__item {
  padding: 10px 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #717784;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #e2e4ea;
}

.lot-block__item span {
  margin-left: 15px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #1e1e1e;
}

.slick-dots li svg:focus {
  outline: none !important;
}

.slick-dots li:focus {
  outline: none !important;
}

.bg_dot {
  margin-top: -12px;
  opacity: 0.3;
}

.page-404 {
  margin-bottom: 150px;
}

.page-404__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.page-404__img {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 66%;
  padding-top: 24%;
}

.page-404__img img {
  position: absolute;
  display: block;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.page-404__content {
  width: 211px;
  margin-left: 30px;
}

.page-404__title {
  margin-bottom: 20px;
}

.page-404__text {
  margin-bottom: 30px;
  color: #717784;
}

.map-tooltip {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1005105;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(0);
          transform: scale(0);
  cursor: pointer;
}

.map-tooltip {
  background: #fff;
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #1e1e1e;
}

.map-tooltip img {
  width: 16px;
}

.map-tooltip span {
  display: inline-block;
  padding-left: 8px;
  max-width: 110px;
  white-space: normal;
}

.map-tooltip {
  border-radius: 10px;
  padding: 7px;
  -webkit-box-shadow: 0px 10px 17px rgba(4, 53, 152, 0.2);
          box-shadow: 0px 10px 17px rgba(4, 53, 152, 0.2);
  /* Добавляем тень для блока */
  border: none !important;
  white-space: nowrap;
}

.map-tooltip::after,
.map-tooltip::before {
  content: "";
  position: absolute;
  background: #fff;
  left: calc(50% - 5px);
  bottom: -5px;
  width: 10px;
  height: 10px;
  z-index: -1;
  /* Прячем за основным блоком */
  transform: rotate(45deg);
  /* Поворачиваем на 45º */
  -webkit-transform: rotate(45deg);
}

.map-tooltip::before {
  z-index: 1;
  /* Накладываем поверх, чтобы скрыть следы тени */
  -webkit-box-shadow: none;
          box-shadow: none;
  /* Прячем тень */
}

.vk-comments {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  padding: 0 25px;
  margin-bottom: 15px;
}

.custom-checkbox_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-checkbox_wrapper input {
  display: none;
}

.custom-checkbox_wrapper input:checked + .custom-checkbox {
  background-color: #043598;
}

.custom-checkbox_wrapper input:checked + .custom-checkbox::before {
  opacity: 1;
}

.custom-checkbox_wrapper .custom-checkbox {
  position: relative;
  display: inline-block;
  max-width: 20px;
  max-height: 20px;
  min-width: 20px;
  min-height: 20px;
  border: 1px solid #043598;
  border-radius: 3px;
  margin-right: 10px;
  cursor: pointer;
}

.custom-checkbox_wrapper .custom-checkbox::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../img/icons/icon-checked.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.educational__card {
  padding: 30px;
  border: 1px solid #E2E4EA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  min-height: 275px;
  overflow: hidden;
}

.educational__img {
  position: absolute;
  bottom: 0;
  right: 30px;
  display: block;
  max-width: 260px;
  width: 100%;
}

.educational__btn {
  margin-top: auto;
}

.main_front-page {
  padding-top: 160px;
  position: relative;
  min-height: 670px;
  background-image: url(../img/front-page-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.main_front-page:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.main_front-page .main-title {
  margin-top: 40px;
}

.main_front-page .info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_front-page .info-block__item {
  color: #fff;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.main_front-page .info-block__item:last-child {
  border: none;
  margin-right: 0;
}

.main_front-page .info-block__title {
  color: #fff;
}

.reviews-slide__item {
  outline: none;
}

.reviews__item {
  padding: 30px;
  border: 1px solid #e2e4ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  max-width: 370px;
  min-height: 270px;
  margin: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reviews__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.reviews__top .small-text {
  color: #b1b9ca;
}

.reviews__text {
  margin-bottom: 30px;
  color: #717784;
}

.reviews__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}

.reviews .slick-list {
  margin: 0 -15px;
}

.reviews .slider-btn__prev {
  left: -50px;
}

.reviews .slider-btn__next {
  right: -50px;
}

.active.start-date.available {
  background-color: #043598;
}

.active.end-date.available {
  background-color: #043598;
}

.daterangepicker .ranges li.active {
  background-color: #043598;
}

@media (max-width: 400px) {
  .daterangepicker {
    max-width: 150px;
  }
  .daterangepicker.show-calendar {
    max-width: 280px;
  }
  .daterangepicker.show-calendar .drp-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .daterangepicker .drp-selected {
    display: none;
  }
  .daterangepicker .drp-buttons {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .daterangepicker .drp-buttons .btn {
    margin: auto;
  }
}

.graph {
  background: #ffffff;
  border: 1px solid #e2e4ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  padding: 30px;
  margin-bottom: 30px;
}

.graph__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.graph .apexcharts-tooltip {
  color: #fff;
  -webkit-transform: translateX(10px) translateY(10px);
          transform: translateX(10px) translateY(10px);
  overflow: visible !important;
  white-space: normal !important;
  margin-top: -45px;
  border: none !important;
}

.graph .apexcharts-tooltip span {
  padding: 5px 10px;
  display: inline-block;
}

.graph .transactions-sort__daterange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
}

.graph .daterange-input {
  margin-right: 10px;
}

.graph .daterange-input__label {
  margin-right: 0;
}

.apexcharts-yaxis tspan {
  font-family: "ProximaNova", sans-serif !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  color: #b1b9ca !important;
  opacity: 0.7 !important;
}

.apexcharts-xaxis tspan {
  font-family: "ProximaNova", sans-serif !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  color: #b1b9ca !important;
  opacity: 0.7 !important;
}

.arrow_box {
  position: relative;
  background: #fff;
  border: 2px solid #043598;
  font-family: "Proxima Nova";
  font-weight: 700;
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  position: relative;
  background: #fff;
  left: 0;
  top: 0;
  color: #043598;
  -webkit-box-shadow: 0px 10px 17px rgba(4, 53, 152, 0.2);
          box-shadow: 0px 10px 17px rgba(4, 53, 152, 0.2);
  /* Добавляем тень для блока */
  border: none !important;
  white-space: nowrap;
}

.arrow_box::after,
.arrow_box::before {
  content: "";
  position: absolute;
  background: #fff;
  left: calc(50% - 10px);
  bottom: -11px;
  width: 20px;
  height: 20px;
  -webkit-box-shadow: 0 0 7px rgba(4, 53, 152, 0.2);
          box-shadow: 0 0 7px rgba(4, 53, 152, 0.2);
  /* Добавляем тень для уголка */
  z-index: -1;
  /* Прячем за основным блоком */
  transform: rotate(45deg);
  /* Поворачиваем на 45º */
  -webkit-transform: rotate(45deg);
}

.arrow_box::before {
  z-index: 1;
  /* Накладываем поверх, чтобы скрыть следы тени */
  -webkit-box-shadow: none;
          box-shadow: none;
  /* Прячем тень */
}

.apexcharts-toolbar {
  display: none !important;
}

.diagram-info {
  font-family: "Stapel";
}

.diagram-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 340px;
  border-bottom: 1px solid #e2e4ea;
  padding: 15px 0;
}

.diagram-info__item:last-child {
  border-bottom: none;
}

.diagram-info__title {
  font-family: "Stapel";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
}

.diagram-info__title span {
  display: inline-block;
  margin-right: 15px;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}

.diagram-info__value {
  font-family: "Stapel";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
}

.diagram-cicle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.analitic-materials {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.graph__yaxix-analitic-delivery {
  display: none;
}

.graph__yaxix-analitic-pay {
  display: none;
}

@media (max-width: 767px) {
  #analitic-delivery {
    min-width: 768px;
  }
  #analitic-pay {
    min-width: 768px;
  }
  .graph {
    padding: 0;
    border: none;
  }
  .graph__title {
    margin-bottom: 20px;
  }
  .graph__header {
    display: block;
  }
  .graph__header .daterange-input {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .graph__header .daterange-input__label {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-right: 10px;
  }
  .graph__wrapper {
    overflow-x: scroll;
  }
  .graph-area .apexcharts--hidden {
    opacity: 0 !important;
  }
  .graph-area .graph__yaxix-analitic-delivery, .graph-area .graph__yaxix-analitic-pay {
    position: absolute;
    display: block;
    width: 40px;
  }
  .graph-area .graph__yaxix-analitic-delivery--single, .graph-area .graph__yaxix-analitic-pay--single {
    font-family: "ProximaNova", sans-serif !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    opacity: 0.7 !important;
    text-align: right;
    right: 0;
    position: absolute;
  }
  .graph-area .apexcharts-canvas {
    margin-left: -50px !important;
    width: 768px !important;
  }
  .graph-area .apexcharts-canvas > svg {
    width: 768px !important;
  }
  #analitic-delivery, #analitic-pay {
    min-width: 768px !important;
  }
  .graph__wrapper__content {
    overflow: hidden;
    min-width: 718px;
  }
  .graph-area .graph__wrapper {
    margin-left: 40px !important;
  }
  .show-calendar .ranges {
    display: none;
  }
}

.footer {
  background: #022270;
  margin-top: 50px;
  padding: 50px 0px 30px 0px;
}

.footer-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.footer-tell, .footer-tell--mob {
  font-family: 'Stapel';
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-tell:hover, .footer-tell--mob:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #feb700;
}

.footer-tell--mob, .footer-tell__text--mob {
  display: none;
}

.footer-tell__text, .footer-tell__text--mob {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 20px;
  color: #8090b7;
}

.footer-privacy {
  display: block;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-privacy:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #feb700;
}

.footer-social__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-social__item {
  margin-right: 6px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
}

.footer-social__item:last-child {
  margin-right: 0;
}

.footer-social__link {
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-social__link:hover {
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-social__link:hover svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #feb700;
}

.footer-social__link svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #ffffff;
}

.footer-social__link.social__odnoklassniki svg {
  width: 8px;
  height: 12px;
}

.footer-social__link.social__vk svg {
  width: 10px;
  height: 6px;
}

.footer-social__link.social__inst svg {
  width: 12px;
  height: 12px;
}

.footer-item__title {
  font-family: 'Stapel';
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 30px;
  color: #ffffff;
}

.footer-item__menu-item {
  margin-bottom: 15px;
}

.footer-item__menu-item:last-child {
  margin-bottom: 0;
}

.footer-item__menu-link {
  color: #8090b7;
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-item__menu-link:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #feb700;
}

.footer-copy {
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 1200px) {
  .main-form__light .main-form__label_phone {
    max-width: 100%;
  }
  .main-form__light .main-form__phone {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .main-form__light .main-form__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reviews .slider-btn__prev {
    left: -20px;
  }
  .reviews .slider-btn__next {
    right: -20px;
  }
  .calculator-settings {
    margin-right: 50px;
  }
  .price-oftype__form .main-form__label {
    max-width: 200px;
  }
  .price-oftype__slider {
    width: 450px;
  }
  .price-oftype .main-form__light .main-form__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .redemption-slider .slick-active:nth-child(1) .redemption-list {
    margin-right: 0px;
  }
  .price-ofauto__form .main-form__label_phone {
    margin-bottom: 0px;
  }
  .price-ofauto__range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .price-ofauto__range span {
    font-size: 26px;
    margin-right: 0px;
    line-height: 26px;
  }
  .loyalty-instruction__card {
    max-width: 350px;
    margin-left: 50px;
  }
  .loyalty-instruction__card img {
    max-width: 350px;
  }
  .profile-passport__wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 20px;
  }
  .profile__custom-input {
    width: 100%;
    max-width: 320px;
  }
  .profile-item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .profile-item__name {
    padding: 0 !important;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .profile-list__info {
    margin-right: 20px;
  }
  .profile-list__info:last-child {
    margin-right: 0;
  }
  .profile-registration .profile-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .profile-registration .profile-list__info {
    max-width: 270px;
  }
  .representative-item__img {
    width: 70px;
  }
  .representative-list__cities-wrapp {
    max-width: 600px;
  }
  .representative-list__cities-item {
    width: 33.333%;
  }
  .transactions-block__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .transactions-block__options {
    margin-bottom: 15px;
  }
  .transactions-block__info {
    margin-right: 0;
    width: 100%;
  }
  .transactions-block__info-item {
    font-size: 14px;
  }
  .download-app-block .desktop-fon {
    left: -10%;
  }
  .download-app-block.price-page .app-container {
    width: 76%;
  }
  .download-app-block .desktop-fon {
    left: -14%;
  }
}

@media (max-width: 992px) {
  .header-top__menu-item {
    margin-right: 10px;
  }
  .header-bottom__menu-item {
    margin-right: 15px;
  }
  .header-top__address {
    display: none;
  }
  .header-top__contact-tell::after {
    display: block;
  }
  .header-top__contact-tell p, .header-top__contact-text {
    display: none;
  }
  .header-bottom__menu-item {
    margin-right: 20px;
  }
  .header.header-light .header-top__contact-tell::after {
    display: none;
  }
  .header.header-light .header-top__contact-tell::before {
    display: block;
  }
  .header.h-fixed .header-top__contact-tell::after {
    display: none;
  }
  .header.h-fixed .header-top__contact-tell::before {
    display: block;
  }
  .catalysts .title {
    margin-bottom: 30px;
  }
  .catalysts__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .brands__header {
    display: block;
  }
  .brands .title {
    margin-bottom: 30px;
  }
  .brands__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 100%;
    max-width: 25%;
  }
  .delete-catalysts__wrapper {
    padding-bottom: 300px;
    background-position-x: 80%;
  }
  .prices-ofmetal__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .prices-ofmetal__item {
    width: calc(50% - 30px);
    margin-bottom: 30px;
  }
  .prices-ofmetal__item:last-child {
    margin-bottom: 0;
  }
  .pass-material img {
    position: static;
    width: 100%;
    max-width: 60px;
    height: auto;
    margin-bottom: 15px;
  }
  .pass-material__text {
    margin-bottom: 20px;
  }
  .pass-material__item {
    height: 100%;
  }
  .calculator-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .calculator-settings {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 50px;
  }
  .calculator-form {
    max-width: 100%;
  }
  .options-item__range {
    max-width: 100%;
  }
  .about-company__histoty {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .about-company__text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 50px;
  }
  .about-company__statistics {
    width: 100%;
    max-width: 470px;
  }
  .about-company__quantity-people {
    padding-bottom: 20px;
    font-size: 42px;
    line-height: 40px;
  }
  .about-company__statistics-item {
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
  }
  .about-company__statistics-item span {
    font-size: 12px;
    line-height: 16px;
  }
  .about-company__statistics-item:last-child {
    padding-left: 17px;
  }
  .about-company__target {
    padding: 20px;
  }
  .about-company__target-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .bonuses-body {
    background: inherit;
    border-radius: 0px;
    padding: 0px;
    position: relative;
  }
  .bonuses-body:after {
    display: none;
  }
  .bonuses-title {
    margin-bottom: 25px;
    color: #1e1e1e;
  }
  .bonuses-list {
    padding-bottom: 0px;
    border-bottom: 0px;
    width: calc(100% + 15px);
    margin: 0 -7.5px;
  }
  .bonuses-item {
    max-width: 100%;
    width: calc(33.333% - 15px);
    margin: 0 7.5px;
    padding: 20px;
    background: #101010;
    border-radius: 3px;
  }
  .bonuses-item:last-child {
    margin-right: auto;
  }
  .bonuses-item__percent {
    margin-bottom: 5px;
  }
  .bonuses-item__title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .bonuses-options {
    padding: 20px;
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #101010;
    border-radius: 3px;
  }
  .bonuses-offer {
    padding-top: 50px;
    padding-left: 0px;
    max-width: 100%;
    padding-bottom: 20px;
  }
  .bonuses-offer::after {
    left: 0;
    top: 0;
  }
  .bonuses-offer__title {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    margin-right: 0px;
    max-width: 400px;
  }
  .bonuses-offer__link {
    display: none;
  }
  .bonuses-programs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .bonuses-programs__item {
    padding-right: 0px;
    max-width: 35%;
  }
  .bonuses-programs__item:last-child {
    width: 100%;
    max-width: 35%;
    padding-left: 0px;
    padding-right: 0px;
    border-left: 0px;
  }
  .bonuses-more-btn {
    display: block;
  }
  .price-oftype .container--desc {
    padding: 0;
    max-width: 100%;
  }
  .price-oftype .container--mob {
    padding: 0 25px;
  }
  .price-oftype__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price-oftype__content {
    max-width: 100%;
    margin-bottom: 50px;
    margin-right: 0;
  }
  .price-oftype__slider {
    width: 100%;
  }
  .price-oftype__slider-item {
    padding-bottom: 11%;
  }
  .price-oftype__range span {
    padding-right: 0px;
  }
  .article__big-items {
    margin-bottom: 20px;
  }
  .article__big-items .article__item:hover .article__item-title {
    color: #043598;
  }
  .article__big-items .article__item-title {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #1e1e1e;
  }
  .article__big-items .article__text {
    color: #717784;
    margin-bottom: 10px;
  }
  .article__big-items .article__date, .article__big-items .article__views {
    font-weight: 700;
    opacity: 1;
  }
  .article__big-items .article__views {
    color: #043598;
  }
  .article__big-items .article__views svg {
    fill: #043598;
  }
  .article__big-items .article__date {
    color: #717784;
  }
  .article__big-items .article__item-bottom {
    margin-top: 20px;
    position: relative;
    bottom: auto;
    padding: 0px;
  }
  .article__big-items .article__label {
    left: 10px;
    top: 10px;
  }
  .requirement-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .requirement-item {
    padding: 20px;
  }
  .requirement-item__icon {
    height: 16px;
    margin-bottom: 20px;
  }
  .requirement-item__title {
    font-size: 14px;
    line-height: 18px;
  }
  .requirement-item__link--tell {
    font-size: 14px;
    line-height: 18px;
  }
  .redemption-title {
    margin-bottom: 30px;
  }
  .redemption-body {
    padding: 50px 70px;
  }
  .redemption-list__item {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 0 0 50%;
  }
  .price-ofauto__content {
    padding: 50px 25px 50px 25px;
    margin-right: 15px;
  }
  .price-ofauto__head {
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 30px;
  }
  .price-ofauto__logo {
    min-width: 90px;
    min-height: 90px;
    max-width: 90px;
    max-height: 90px;
    margin-right: 20px;
  }
  .price-ofauto__title {
    margin-bottom: 10px;
  }
  .price-ofauto__form {
    padding: 50px 25px 50px 25px;
  }
  .price-ofauto__form-title {
    font-size: 18px;
    line-height: 22px;
  }
  .price-ofauto__form-text {
    margin-bottom: 20px;
  }
  .price-ofauto__range {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .price-ofauto__range span {
    font-size: 26px;
    line-height: 30px;
  }
  .calculator-price__ofauto .options-item {
    max-width: 350px;
    margin-bottom: 0;
  }
  .calculator-price__ofauto .calculator-title {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .calculator-price__ofauto .calculator-settings {
    margin-bottom: 30px;
  }
  .calculator-price__ofauto .calculator-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .calculator-price__ofauto .select {
    margin-bottom: 15px;
  }
  .calculator-price__ofauto .select__body {
    max-width: 240px;
    left: 0 !important;
    right: auto;
  }
  .calculator-price__ofauto .select__header-search {
    width: 240px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .calculator-price__ofauto .select__label {
    font-weight: 700;
  }
  .additional-title {
    margin-bottom: 30px;
  }
  .additional-list {
    width: calc(100% + 20px);
    margin: 0 -10px -20px -10px;
  }
  .additional-item {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
  }
  .about-block {
    padding: 50px 0;
  }
  .about-block__btn {
    margin-bottom: 50px;
  }
  .reviews .slider-btn__prev {
    left: -10px;
  }
  .reviews .slider-btn__next {
    right: -10px;
  }
  .features {
    padding: 50px 0;
  }
  .features__text {
    margin-bottom: 30px;
  }
  .features__text :last-child {
    margin-bottom: 0;
  }
  .loyalty-programs .bonuses-list {
    width: calc(100% + 15px);
    margin: 0 -7.5px;
  }
  .loyalty-programs .bonuses-item {
    width: calc(33.3333% - 15px);
    margin: 0 7.5px;
    padding: 20px;
  }
  .loyalty-programs .bonuses-options {
    padding: 20px;
  }
  .loyalty-instruction__card {
    display: none;
  }
  .loyalty-instruction__steps .steps__item {
    padding: 20px;
  }
  .loyalty-instruction__steps .steps__item-title {
    font-size: 14px;
    line-height: 18px;
  }
  .representative-item__title {
    margin-left: 0px;
  }
  .representative-list__cities-item {
    width: 50%;
  }
  .representative-list__cities-wrapp {
    max-width: 370px;
  }
  .entry-cabinet__entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px;
  }
  .entry-cabinet__entry-title {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .entry-cabinet__entry-btn {
    margin-top: auto;
  }
  .entry-cabinet__conditions .requirement-item {
    width: 50%;
    padding: 0 20px 20px 20px;
  }
  .privacy-policy-page .page-head {
    margin-left: 250px;
  }
  .privacy-policy__menu-body {
    margin-right: 50px;
  }
  .franchise-sentence__img {
    max-width: 300px;
    margin-left: 30px;
  }
  .franchise-sentence__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .franchise-sentence__item {
    max-width: 200px;
  }
  .profile-tab {
    font-size: 22px;
    line-height: 30px;
  }
  .profile__custom-textarea {
    width: 100%;
    max-width: 100%;
  }
  .profile-item__name {
    margin-bottom: 5px;
  }
  .profile-item__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .profile-block__content {
    padding: 20px;
  }
  .profile-block__head {
    padding: 20px;
  }
  .profile-passport__wrapp .profile-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .profile-sidebar .profile-head {
    margin-bottom: 20px;
  }
  .profile-registration .profile-block__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profile-registration .profile__info-for-edit {
    display: none;
  }
  .profile-registration .profile-list__info {
    max-width: 100%;
  }
  .quotes__head {
    padding: 20px;
  }
  .quotes__content {
    padding: 0 20px 20px 20px;
  }
  .status-head {
    padding: 20px;
  }
  .status-content {
    padding: 0 20px 20px 20px;
  }
  .transactions-block__options {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .transactions-block {
    padding: 20px;
  }
  .transactions-block__head {
    padding-right: 0;
  }
  .transactions-block__head::after {
    display: none;
  }
  .transactions-block__more {
    display: block;
  }
  .transactions-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .transactions-sort__daterange {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .transactions-sort__ofselect {
    width: 100%;
  }
  .transactions-sort__ofselect .select__header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lot-block {
    width: calc(100% - 20px);
    margin: 0 10px 10px 10px;
  }
  .lot-block:last-child {
    margin-bottom: 0;
  }
  .footer-body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-item {
    width: 35%;
    margin-bottom: 30px;
  }
  .download-app-block.price-page .app-container {
    width: 56%;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .section__title {
    margin-bottom: 30px;
  }
  .h3,
  h3 {
    font-size: 18px;
    line-height: 23px;
  }
  .section-wrapper {
    padding: 25px 0;
  }
  .page-head {
    margin-bottom: 20px;
  }
  .pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .popup-primary__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .popup-secondery__title {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .popup-body {
    padding: 50px 25px;
  }
  .popup-form .main-form__label {
    margin-bottom: 0;
  }
  .popup-vacancy .popup-secondery__title {
    font-size: 24px;
  }
  .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
  }
  .primary-title {
    font-size: 18px;
    line-height: 22px;
  }
  .primary-title__light {
    font-size: 18px;
    line-height: 22px;
  }
  .page-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
  }
  .page__all-content h3 {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .page__all-content h4 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .header-top__indent {
    padding-top: 110px !important;
  }
  .header {
    max-height: 60px;
  }
  .header-bottom, .header-top__nav, .header-top__cabinet {
    display: none;
  }
  .header-top__contact {
    margin-right: 0;
  }
  .header-burger__wrapper {
    display: block;
  }
  .header-mob__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header.h-fixed .header-top {
    border-bottom: none;
  }
  .prices-ofmetal {
    padding-top: 50px;
  }
  .prices-ofmetal__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px;
  }
  .prices-ofmetal__title {
    max-width: 160px;
    margin-bottom: 15px;
  }
  .prices-ofmetal__item {
    width: calc(100% - 30px);
    margin-bottom: 15px;
    padding: 20px 20px 6px 20px;
  }
  .item-ofmetal__head {
    padding-bottom: 20px;
  }
  .item-ofmetal__title {
    font-size: 18px;
    line-height: 23px;
  }
  .pass-material__item {
    max-width: 370px;
  }
  .pass-material__text {
    max-width: 100%;
  }
  .calculator-price .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  .calculator-body {
    padding: 50px 25px;
  }
  .calculator-body:after {
    left: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
    z-index: 10;
    background: url("../img/icons/calculator-icon.svg") center center no-repeat;
    background-size: contain;
  }
  .calculator-form {
    display: none;
  }
  .calculator-settings {
    margin-bottom: 15px;
  }
  .calculator-result__title {
    font-size: 14px;
  }
  .calculator-calculate-btn {
    display: block;
  }
  .calculator-form {
    padding: 50px 20px;
  }
  .calculator-form__title {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 24px;
  }
  .calculator-form__price {
    text-align: center;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .calculator-form__text {
    font-size: 14px;
    color: #717784;
    margin-bottom: 30px;
    text-align: center;
  }
  .calculator-form__tell-label {
    text-align: center;
    margin-top: 45px;
  }
  .calculator-form__tell {
    display: block;
    text-align: center;
  }
  .options-item__percent {
    font-size: 12px;
  }
  .options-item__tooltip-content {
    width: 170px;
    max-width: 170px;
  }
  .bonuses-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bonuses-item {
    width: calc(100% - 15px);
    margin-bottom: 15px;
  }
  .bonuses-item:last-child {
    margin-bottom: 0;
  }
  .bonuses-programs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bonuses-programs__item {
    margin-bottom: 20px;
    max-width: 170px;
  }
  .bonuses-programs__item:last-child {
    margin-bottom: 0;
    max-width: 170px;
  }
  .features {
    margin-bottom: 25px;
  }
  .delete-catalysts {
    padding-top: 50px;
  }
  .price-oftype .main-form {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .price-oftype__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 30px 0 0 0;
  }
  .price-oftype .main-form__light .main-form__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price-oftype .main-form__submit,
  .price-oftype .main-form__label_phone {
    max-width: 400px;
    margin-right: 0;
  }
  .price-oftype__content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .price-oftype__title {
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    max-width: 250px;
    margin-bottom: 0;
  }
  .price-oftype__range {
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 10px;
  }
  .price-oftype__range span {
    font-size: 18px;
    margin-right: 30px;
  }
  .price-oftype__range span:last-child {
    margin-right: 0;
  }
  .price-oftype__slider-wrapper .slider-item__preview-btn {
    display: none;
  }
  .requirement-title {
    max-width: 220px;
    margin-bottom: 30px;
  }
  .requirement-item {
    width: 50%;
  }
  .requirement-item__link--tell {
    font-size: 18px;
    line-height: 23px;
  }
  .redemption-title {
    max-width: 200px;
  }
  .redemption-ofauto__title {
    margin-bottom: 30px;
    max-width: 200px;
  }
  .redemption-ofauto__list {
    width: calc(100% + 15px);
    margin: 0 -7.5px -15px -7.5px;
  }
  .redemption-ofauto__item {
    width: calc(50% - 15px);
    margin: 0 7.5px 15px 7.5px;
    padding: 20px;
  }
  .redemption-ofauto__item-title {
    margin-bottom: 12px;
  }
  .popup-cities__body {
    padding: 50px 20px 10px 20px;
  }
  .selectCity__item {
    width: 50%;
  }
  .selectRegion__item-title {
    font-size: 14px;
  }
  .price-ofauto .container {
    padding: 0;
  }
  .price-ofauto__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price-ofauto__content {
    margin-right: 0px;
  }
  .price-ofauto__logo {
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
  }
  .price-ofauto__title {
    margin-bottom: 10px;
  }
  .price-ofauto__form {
    border: none;
    padding: 50px 25px 20px 25px;
  }
  .price-ofauto__range span {
    font-size: 18px;
    line-height: 22px;
  }
  .reviews__item {
    padding: 20px;
    max-width: 100%;
  }
  .reviews__top h4 {
    font-size: 14px;
  }
  .reviews .link {
    max-width: 90px;
  }
  .reviews .slider-btn__prev {
    left: -15px;
  }
  .reviews .slider-btn__next {
    right: -15px;
  }
  .about-section__title {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .about-team__item-name {
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
  }
  .about-company__garant {
    padding-bottom: 50px;
  }
  .calculator-price__ofauto .select__body {
    max-width: 100% !important;
  }
  .steps__title {
    max-width: 250px;
  }
  .steps__item {
    padding: 20px;
  }
  .steps__item-num {
    font-size: 42px;
    line-height: 42px;
  }
  .steps__item-title {
    font-size: 14px;
    line-height: 18px;
  }
  .bonuses-programs {
    border-bottom: 0;
  }
  .additional-item__title {
    font-size: 14px;
    line-height: 18px;
  }
  .additional-item__price {
    font-size: 14px;
    line-height: 18px;
  }
  .article__item {
    max-width: 370px;
    margin: auto;
    margin-bottom: 20px;
  }
  .article__title {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
  }
  .article__label {
    top: 10px;
    left: 10px;
  }
  .article__text {
    margin-bottom: 10px;
  }
  .article-section__title {
    font-size: 18px;
    line-height: 22px;
  }
  .article-section {
    margin-bottom: 50px;
  }
  .article-section__row {
    margin-bottom: 20px;
  }
  .article__big-items .article__item {
    max-width: 100%;
  }
  .article__big-items .article__item-img {
    padding-top: 54%;
  }
  .article__small-items .article__item {
    max-width: 100%;
    padding: 20px;
  }
  .article__small-items .article__item-title {
    font-size: 14px;
  }
  .article__small-items .article__label {
    margin-bottom: 20px;
  }
  .single-article__body {
    padding-top: 54%;
  }
  .single-article__content {
    padding: 50px 25px;
  }
  .single-article__content .page-title {
    margin-bottom: 10px;
  }
  .map__header .select__current {
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
  }
  .loyalty-programs__title {
    margin-bottom: 30px;
  }
  .loyalty-programs .bonuses-item {
    width: calc(100% - 15px);
    margin: 0 7.5px 15px 7.5px;
  }
  .loyalty-programs .bonuses-item:last-child {
    margin-bottom: 0;
  }
  .loyalty-programs .bonuses-options {
    padding: 20px;
  }
  .entry-cabinet__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .entry-cabinet__entry {
    max-width: 370px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .entry-cabinet__entry-btn {
    width: 100%;
  }
  .privacy-policy-page .page-head {
    margin-left: 155px;
  }
  .privacy-policy__menu-body {
    max-width: 140px;
    margin-right: 15px;
  }
  .privacy-policy__menu-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .privacy-policy__menu-item {
    margin-bottom: 10px;
  }
  .privacy-policy__menu-link {
    font-size: 12px;
    line-height: 16px;
  }
  .main_about-page {
    margin-bottom: 25px;
  }
  .representative-item {
    position: relative;
    display: block;
    border-bottom: 1px solid #e2e4ea;
  }
  .representative-item:first-child {
    border-top: 1px solid #e2e4ea;
  }
  .representative-item:first-child .representative-list__cities {
    border-top: none;
  }
  .representative-item.active .representative-item__head::after {
    -webkit-transform: translateY(-50%) rotate(-225deg);
            transform: translateY(-50%) rotate(-225deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .representative-item__title {
    margin-left: 20px;
  }
  .representative-item__sub-title {
    margin-left: 20px;
  }
  .representative-item__img {
    width: 30px;
  }
  .representative-item__img img {
    height: 30px;
    max-height: 30px;
  }
  .representative-list__cities-wrapp {
    max-width: 100%;
  }
  .representative-item__head {
    position: relative;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    padding: 15px 0;
  }
  .representative-item__head::after {
    content: "";
    display: block;
    position: absolute;
    right: 4px;
    top: 50%;
    width: 8px;
    height: 8px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    border-bottom: 2px solid #1e1e1e;
    border-left: 2px solid #1e1e1e;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .representative-list__cities-wrapp {
    display: none;
  }
  .representative-list__cities {
    position: relative;
    border: none;
    padding: 5px 0 0 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .representative-list__cities-item {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .representative-map__svg {
    display: none;
  }
  .educational__card {
    display: block;
    padding-bottom: 0;
  }
  .educational__btn {
    margin-bottom: 30px;
  }
  .educational__img {
    position: static;
  }
  .franchise-sentence {
    padding: 50px 0;
    margin-bottom: 25px;
  }
  .franchise-sentence__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .franchise-sentence__content {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .franchise-sentence__title {
    margin-bottom: 20px;
  }
  .franchise-sentence__img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0px;
  }
  .franchise-sentence__item {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .franchise-sentence__item:last-child {
    margin-bottom: 0;
  }
  .franchise-sentence__item-title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .franchise-map__title {
    margin-bottom: 20px;
  }
  .franchise-map__info {
    width: 100%;
    max-width: 100%;
  }
  .franchise-map__sub-title {
    margin-bottom: 30px;
  }
  .franchise-map__info-content {
    padding: 20px 25px;
    height: auto;
  }
  .franchise-map__region {
    display: none;
  }
  .franchise-map__city {
    width: 33.333%;
  }
  .franchise-map__body {
    display: none;
  }
  .franchise-map__select {
    display: block;
  }
  .franchise-office__wrapp {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .franchise-office__content {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 50px;
  }
  .franchise-office__title {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .franchise-office__item-title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .franchise-office__form-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .franchise-office__form {
    width: 100%;
    padding: 30px 25px;
  }
  .franchise-office__form .main-form__label {
    margin-bottom: 0px;
  }
  .franchise-benefit {
    padding-top: 50px;
  }
  .franchise-benefit__title {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .franchise-benefit__sub-title {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .franchise-benefit__item {
    width: calc(50% - 30px);
  }
  .franchise-benefit__item-title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .authorization__title {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .authorization__form {
    width: 100%;
  }
  .authorization-confirm {
    margin: 0 auto 50px auto;
  }
  .authorization .requirement-list {
    margin-left: -20px;
    margin-right: -20px;
  }
  .authorization .entry-cabinet__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .authorization .entry-cabinet__entry {
    max-width: 370px;
    margin: 0 auto 50px auto;
  }
  .profile-sidebar, .profile-head {
    display: none;
  }
  .profile-tab__title-mob {
    display: block;
  }
  .profile-tab__title-mob .profile__info-for-edit {
    display: block;
  }
  .profile-block {
    border: none;
    margin-right: -20px;
    margin-left: -20px;
  }
  .profile-item__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .profile-passport__edit {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .profile-passport__wrapp .profile-item__name {
    margin-bottom: 10px;
  }
  .profile-passport__wrapp .profile-item__content {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .profile-passport__edit-desc {
    max-width: 160px;
    margin-bottom: 15px;
  }
  .profile-passport__edit-button {
    max-width: 130px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .profile-passport__edit-button::after {
    width: 10px;
    height: 10px;
  }
  .profile-passport__img {
    min-width: 130px;
    min-height: 90px;
    max-width: 130px;
    max-height: 90px;
    margin-right: 0;
  }
  .profile-list__info {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .profile__btn-save-info {
    display: block;
    width: 100%;
  }
  .profile-list__info--mob {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: -15px;
  }
  .profile-list__info--mob .profile-item {
    width: 48%;
  }
  .profile-list__info--mob .profile-item:last-child {
    margin-bottom: 15px;
  }
  .profile-list__info-wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profile__custom-input {
    max-width: 100%;
  }
  .radio-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .radio-group {
    margin-right: 40px;
  }
  .vacancy {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: -25px;
  }
  .transactions-block__info-item {
    font-size: 14px;
    width: 50%;
  }
  .transactions-block__info-item span {
    font-size: 12px;
  }
  .transactions-block__info-item:last-child {
    width: 100%;
  }
  .transactions-block {
    margin-bottom: 15px;
  }
  .transactions-block__info-item:nth-child(2) {
    border-right: none;
  }
  .transactions-block__info-item:last-child {
    width: 100%;
    padding-top: 12px;
    padding-left: 0;
    margin-top: 12px;
    border-top: 1px solid #e2e4ea;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #feb700;
  }
  .transactions-block__info-item:last-child span {
    font-size: 12px;
  }
  .lot-block__title {
    font-size: 14px;
    line-height: 18px;
  }
  .bonuses-mobile-page .status {
    display: block;
  }
  .page-404 {
    margin-bottom: 80px;
  }
  .page-404__wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-404__img {
    max-width: 100%;
    padding-top: 35%;
  }
  .page-404__content {
    margin-top: 50px;
    margin-left: 0px;
  }
  .footer {
    margin-top: 25px;
    padding: 30px 0;
  }
  .footer-body {
    margin-bottom: 50px;
  }
  .footer-contacts {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer-tell, .footer-tell__text {
    display: none;
  }
  .footer-tell--mob, .footer-tell__text--mob {
    display: block;
    width: 100%;
  }
  .footer-item {
    width: 100%;
    margin-bottom: 0px;
  }
  .footer-item__title {
    margin-bottom: 0;
  }
  .footer-item__menu-list {
    display: none;
    padding: 8px 0;
  }
  .footer-contacts {
    margin-top: 25px;
  }
  .footer-item__about {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer-item__about, .footer-item__clients, .footer-item__journal {
    position: relative;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer-item__about::after, .footer-item__clients::after, .footer-item__journal::after {
    content: "";
    display: block;
    position: absolute;
    right: 4px;
    top: 18px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer-item.active::after {
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
  }
  .download-app-block .desktop-fon {
    display: none;
  }
  .download-app-block .mobile-fon {
    display: block;
    width: 100%;
    height: auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 0 0 3px 3px;
  }
  section.download-app {
    margin-bottom: 50px;
  }
  .app-container {
    width: 100%;
    padding: 30px 24px;
  }
  .download-app-block {
    height: auto;
    flex-direction: column;
  }
  .download-app-block h3 {
    width: 100%;
  }
  .download-app-block p {
    width: 100%;
  }
  .app-button {
    flex-direction: column;
  }
  .app-button a {
    margin-top: 8px;
  }
  .download-app-block.price-page .app-container {
    width: 100%;
    align-items: stretch;
  }
  .download-app-block.price-page {
    padding: 30px 24px;
  }
}

@media (max-width: 578px) {
  .select__body {
    max-width: 100%;
  }
  .select.is-active .select__body {
    top: 88%;
    max-width: 100%;
  }
  body {
    -webkit-overflow-scrolling: touch;
  }
  body.mfp-zoom-out-cur {
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
  }
  .mfp-wrap {
    top: 0 !important;
    position: fixed !important;
    overflow-y: scroll !important;
  }
  .custom-popup {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .authorization .requirement-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .main {
    height: 100vh;
    min-height: 480px;
    padding-top: 160px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-form {
    max-width: 370px;
  }
  .main-form__wrapper {
    display: block;
  }
  .main-form__label {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .main-form__label input {
    max-width: 100%;
  }
  .main-form__btn .btn {
    max-width: 100%;
    width: 100%;
  }
  .main-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
  }
  .brands__header {
    display: block;
    margin-bottom: 30px;
  }
  .brands__search {
    display: block;
  }
  .brands__search span {
    max-width: 100%;
    display: inline-block;
    margin: auto;
    margin-bottom: 5px;
  }
  .brands__search label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .brands__search label::after {
    top: 18px;
  }
  .brands__search input {
    padding: 15px;
    width: 100%;
  }
  .brands .title {
    margin-bottom: 30px;
  }
  .brands__btn {
    display: block;
  }
  .brands__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 100%;
    max-width: 50%;
    display: none;
  }
  .brands__item:nth-child(-n + 6) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .brands_show-all .brands__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .catalysts__wrapper {
    margin-right: -5px;
    margin-left: -5px;
  }
  .catalysts__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-right: 5px;
    padding-left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .catalysts__title {
    font-size: 14px;
    line-height: 18px;
  }
  .catalysts__link {
    margin-top: auto;
    font-size: 10px;
  }
  .catalysts__range-price span {
    font-size: 14px;
    line-height: 18px;
  }
  .main_front-page .main-title {
    margin-top: 0;
  }
  .main_about-page {
    min-height: 300px;
  }
  .main_about-page .main-title {
    margin-bottom: 0px;
  }
  .requirement-item {
    width: 100%;
  }
  .redemption .container {
    padding: 0;
    max-width: 100%;
  }
  .redemption-body {
    padding: 50px 25px;
  }
  .redemption-body::after {
    left: 20px;
    top: 20px;
  }
  .redemption-slider {
    display: none;
  }
  .redemption-form {
    display: block;
  }
  .redemption-list__item {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 0 0 100%;
  }
  .redemption-ofauto__item {
    width: calc(100% - 15px);
  }
  .redemption-ofauto__table th {
    padding: 15px 10px;
    font-size: 12px;
    width: auto;
  }
  .redemption-ofauto__table td {
    padding: 10px;
    font-size: 12px;
  }
  .redemption-ofauto__table th,
  .redemption-ofauto__table td {
    width: auto;
  }
  .redemption-ofauto__table th:first-child,
  .redemption-ofauto__table td:first-child {
    width: auto;
  }
  .calculator-price__ofauto .options-item {
    max-width: 100%;
    margin-bottom: 0;
  }
  .calculator-price__ofauto .calculator-settings {
    margin-bottom: 0px;
  }
  .calculator-price__ofauto .calculator-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .calculator-price__ofauto .select__body {
    max-width: 100%;
  }
  .calculator-price__ofauto .select__header-search {
    width: 100%;
  }
  .calculator-price__ofauto .select__arrow {
    max-width: 100%;
  }
  .steps__item {
    width: 100%;
  }
  .about-company__target {
    height: auto;
  }
  .single-article .container {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .single-article__body {
    padding-top: 150%;
    border-radius: 0px;
  }
  .additional-item {
    width: calc(100% - 20px);
  }
  .about-block__btn {
    margin-bottom: 50px;
  }
  .about-block__btn .btn {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }
  .about-block__btn .btn:first-child {
    margin-bottom: 15px;
  }
  .about-block .about-info h2 {
    font-size: 18px;
  }
  .about-block .about-info h5 {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }
  .about-block .about-info .big-price {
    font-size: 42px;
  }
  .map-wrapper .map-list.scrollbar {
    max-height: 100% !important;
  }
  .map-tabs {
    margin-bottom: 20px;
  }
  .map-item {
    padding: 20px;
    background-color: #fff;
    max-width: 320px;
    margin: auto;
    margin-bottom: 15px;
    border: 1px solid #e2e4ea;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
    display: none;
  }
  .map-item:nth-child(-n + 2) {
    display: block;
  }
  .map-item h5 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e2e4ea;
  }
  .map-item::after {
    display: none;
  }
  .map-item.active {
    background-color: #fff;
  }
  .map-item_desk {
    display: none;
  }
  .map-item_mob {
    display: block;
    border-bottom: 1px solid #e2e4ea;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .map-item_btn {
    display: block;
  }
  .map-item_btn .btn {
    font-size: 12px;
    padding: 10px;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    background: rgba(4, 53, 152, 0.1);
    border-radius: 3px;
    color: #043598;
  }
  .map_show-all .map-item {
    display: block;
  }
  .map__btn {
    display: block;
  }
  .entry-cabinet .requirement-item {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
    width: 100%;
  }
  .entry-cabinet .requirement-item:nth-child(3) {
    padding-bottom: 30px;
  }
  .privacy-policy-page .page-head {
    margin-left: 0px;
  }
  .privacy-policy__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .privacy-policy__menu-body {
    display: none;
  }
  .representative-list__cities-item {
    width: 50%;
  }
  .franchise-map__city {
    width: 50%;
  }
  .franchise-map__info-content {
    margin-left: -25px;
    margin-right: -25px;
  }
  .franchise-map__info-tabs {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .franchise-map__info-tab {
    margin-right: 0;
  }
  .franchise-office__item {
    width: 100%;
    max-width: 100%;
  }
  .franchise-office__item:nth-child(1), .franchise-office__item:nth-child(3) {
    padding-right: 0px;
  }
  .franchise-office__form-wrapp {
    margin-left: -25px;
    margin-right: -25px;
  }
  .franchise-office__form {
    max-width: 100%;
  }
  .franchise-benefit__item {
    width: calc(100% - 30px);
  }
}

@media (max-width: 400px) {
  .calculator-result__input {
    margin-left: auto;
  }
  .options-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .options-item__range {
    display: none !important;
  }
  .options-item__label {
    font-size: 14px;
  }
  .pass-material__item {
    padding: 20px;
  }
  .pass-material .btn {
    max-width: 100%;
    width: 100%;
  }
  .delete-catalysts__wrapper {
    padding: 20px;
    padding-bottom: 300px;
  }
  .delete-catalysts .btn {
    width: 100%;
  }
  .franchise-calculator .calculator-form__price {
    font-size: 30px;
  }
  .franchise-calculator .calculator-input {
    width: 100px;
  }
  .franchise-calculator .calculator-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .franchise-calculator .options-item {
    width: 50%;
    margin-bottom: 15px;
  }
  .franchise-calculator .options-item__label {
    width: 50%;
    margin-bottom: 15px;
    max-width: 100px;
  }
}

@media (max-width: 360px) {
  .main_delete-catalysts {
    background-position: 70% top;
  }
  .main_franchise {
    background-position: 60% top;
  }
  .about-block .about-info_col:first-child {
    max-width: 110px;
  }
}

@media (max-width: 350px) {
  .vk-comments {
    padding: 10px;
    margin: 0;
  }
}
/*# sourceMappingURL=main.css.map */